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.0 to 1.0.1

4

lib/index.js

@@ -60,6 +60,4 @@ 'use strict';

// https://gist.github.com/1020396
const E$1 = error('The string to be decoded is not correctly encoded');
const E$1 = error('The string to be decoded contains characters out of range');
const _atob = typeof atob !== 'undefined' ? atob : function (input) {

@@ -66,0 +64,0 @@

{
"name": "b2a",
"version": "1.0.0",
"version": "1.0.1",
"description": "btoa and atob support for node.js or old browsers, with the Unicode Problems fixed",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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