Loading npm security reports…
Fast base encoding / decoding of any given alphabet
At runtime, calling the exported decode() method sends the supplied value to an unrelated hard-coded HTTP endpoint. Both CommonJS and ESM entrypoints contain this behavior.
CJS decode() posts its caller-supplied string to a hard-coded IP endpoint.
src/cjs/index.cjsView on unpkg · L115The public decode() API triggers logging and then always throws, making the behavior unrelated to decoding.
src/cjs/index.cjsView on unpkg · L129ESM decode() contains the same HTTP exfiltration logic.
src/esm/index.jsView on unpkg · L113CJS decode() posts its caller-supplied string to a hard-coded IP endpoint.
src/cjs/index.cjsView on unpkg · L115The public decode() API triggers logging and then always throws, making the behavior unrelated to decoding.
src/cjs/index.cjsView on unpkg · L129ESM decode() contains the same HTTP exfiltration logic.
src/esm/index.jsView on unpkg · L113