Loading npm security reports…
Fast base encoding / decoding of any given alphabet
Calling the exported decode() method sends its input to an unrelated hard-coded HTTP endpoint. Both CJS and ESM entrypoints implement this behavior.
CJS decode() POSTs every caller-supplied string to a hard-coded IP endpoint.
src/cjs/index.cjsView on unpkg · L115The network call runs before decoding and is not part of base encoding/decoding.
src/cjs/index.cjsView on unpkg · L129ESM decode() contains the same hidden POST exfiltration path.
src/esm/index.jsView on unpkg · L113CJS decode() POSTs every caller-supplied string to a hard-coded IP endpoint.
src/cjs/index.cjsView on unpkg · L115The network call runs before decoding and is not part of base encoding/decoding.
src/cjs/index.cjsView on unpkg · L129ESM decode() contains the same hidden POST exfiltration path.
src/esm/index.jsView on unpkg · L113