New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

b2a

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

b2a - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

es/atob.js

32

package.json
{
"name": "b2a",
"version": "1.0.11",
"version": "1.0.12",
"description": "btoa and atob (ie base64 encoding and decoding) support for node.js or old browsers, with the Unicode Problems fixed",
"main": "lib/index.js",
"module": "src/index.js",
"module": "es/index.js",
"scripts": {
"build": "BABEL_ENV=rollup rollup -c",
"build": "npm run build:es && npm run build:rollup",
"build:rollup": "BABEL_ENV=rollup rollup -c",
"build:es": "BABEL_ENV=es babel --out-dir es src",
"test": "BABEL_ENV=ava nyc ava --verbose --timeout=10s",

@@ -16,3 +18,3 @@ "prepublish": "npm run build",

"lib/",
"src/"
"es/"
],

@@ -54,14 +56,16 @@ "repository": {

"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/register": "^7.4.0",
"ava": "^1.4.1",
"codecov": "^3.3.0",
"@babel/cli": "^7.4.4",
"@babel/plugin-transform-arrow-functions": "^7.2.0",
"@babel/plugin-transform-block-scoping": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/register": "^7.4.4",
"ava": "^2.1.0",
"codecov": "^3.5.0",
"eslint-config-ostai": "^3.0.0",
"eslint-plugin-import": "^2.16.0",
"nyc": "^13.3.0",
"rollup": "^1.9.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-node-resolve": "^4.2.1"
"eslint-plugin-import": "^2.17.3",
"nyc": "^14.1.1",
"rollup": "^1.16.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-node-resolve": "^5.0.4"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc