Socket
Socket
Sign inDemoInstall

base-x

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base-x - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

5

index.js

@@ -16,3 +16,6 @@ // base-x encoding

for (var z = 0; z < ALPHABET.length; z++) {
ALPHABET_MAP[ALPHABET.charAt(z)] = z
var x = ALPHABET.charAt(z)
if (ALPHABET_MAP[x] !== undefined) throw new TypeError(x + ' is ambiguous')
ALPHABET_MAP[x] = z
}

@@ -19,0 +22,0 @@

2

package.json
{
"name": "base-x",
"version": "2.0.2",
"version": "2.0.3",
"description": "Fast base encoding / decoding of any given alphabet",

@@ -5,0 +5,0 @@ "keywords": [

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