Socket
Socket
Sign inDemoInstall

Base64

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Base64 - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

2

base64.js

@@ -40,3 +40,3 @@ (function(f) {

if (o1 > 128 || o2 > 128 || o3 > 128) {
if (o1 > 255 || o2 > 255 || o3 > 255) {
throw new InvalidCharacterError ("'btoa' failed: The string to be encoded contains characters outside of the Latin1 range.");

@@ -43,0 +43,0 @@ }

{
"name": "Base64",
"version": "1.2.0",
"version": "1.3.0",
"description": "Base64 encoding and decoding",

@@ -20,2 +20,5 @@ "author": "David Chambers <dc@davidchambers.me>",

},
"scripts": {
"test": "make lint test"
},
"files": [

@@ -22,0 +25,0 @@ "/LICENSE",

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