Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

base-x

Package Overview
Dependencies
Maintainers
3
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 3.0.9 to 3.0.10

2

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

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

@@ -80,3 +80,3 @@ 'use strict'

// Process the characters.
while (source[psz]) {
while (psz < source.length) {
// Decode character

@@ -83,0 +83,0 @@ var carry = BASE_MAP[source.charCodeAt(psz)]

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