Socket
Socket
Sign inDemoInstall

base64-js

Package Overview
Dependencies
0
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

base64js.min.js

7

package.json

@@ -5,3 +5,3 @@ {

"description": "Base64 encoding/decoding in pure JS",
"version": "1.1.0",
"version": "1.1.1",
"repository": {

@@ -13,2 +13,3 @@ "type": "git",

"scripts": {
"build": "browserify -s base64js -r ./ | uglifyjs -m > base64js.min.js",
"test": "standard && tape test/*.js"

@@ -20,5 +21,7 @@ },

"benchmark": "^2.1.0",
"browserify": "^13.0.0",
"standard": "^6.0.5",
"tape": "4.x"
"tape": "4.x",
"uglify-js": "^2.6.2"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc