feross / base64-js

New repo for ongoing work in https://github.com/beatgammit/base64-js (Base64 encoding/decoding in pure JS)
MIT License
14 stars 1 forks source link

Add support for ES modules #12

Open jonkoops opened 4 months ago

jonkoops commented 4 months ago

Adds support for ES modules in a backwards compatible way by providing both require and module entry-points to the module.

socket-security[bot] commented 4 months ago

New dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@rollup/plugin-terser@0.4.4 eval, unsafe Transitive: environment, filesystem, shell +16 4.46 MB lukastaegert
npm/rollup@4.19.0 environment, filesystem +18 44 MB lukastaegert

View full report↗︎

jonkoops commented 4 months ago

This PR also updates the generated files, which are now built using Rollup. To see the real diff check out the individual commit (dbb38ae3ae36072eec845cb8c061be091a854ca6).