Socket
Socket
Sign inDemoInstall

atob

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atob - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

4

package.json

@@ -21,4 +21,4 @@ {

},
"license": "Apache2",
"version": "1.1.2"
"license": "(MIT OR Apache-2.0)",
"version": "1.1.3"
}

@@ -8,7 +8,7 @@ atob

It turns base64-encoded **a**scii data back **to** **b**inary.
It turns base64-encoded <strong>a</strong>scii data back **to** <strong>b</strong>inary.
(function () {
"use strict";
var atob = require('atob')

@@ -22,9 +22,11 @@ , b64 = "SGVsbG8gV29ybGQ="

Copyright and license
===
LICENSE
=======
Code and documentation copyright 2012-2014 AJ ONeal Tech, LLC.
Code copyright 2012-2015 AJ ONeal
Code released under the [Apache license](https://github.com/node-browser-compat/atob/blob/master/LICENSE).
Dual-licensed MIT and Apache-2.0
Docs copyright 2012-2015 AJ ONeal
Docs released under [Creative Commons](https://github.com/node-browser-compat/atob/blob/master/LICENSE.DOCS).

Sorry, the diff of this file is not supported yet

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