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

bs58check

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bs58check - npm Package Compare versions

Comparing version 1.0.1 to 1.0.3

7

package.json
{
"name": "bs58check",
"version": "1.0.1",
"version": "1.0.3",
"description": "A straightforward implementation of base58-check encoding",

@@ -22,5 +22,4 @@ "keywords": [

"devDependencies": {
"browserify": "^4.2.0",
"coveralls": "^2.10.1",
"istanbul": "^0.2.13",
"istanbul": "^0.2.16",
"jshint": "^2.5.1",

@@ -50,4 +49,4 @@ "mocha": "^1.20.1"

"dependencies": {
"bs58": "^1.2.1"
"bs58": "^2.0.0"
}
}

@@ -25,3 +25,3 @@ 'use strict';

function decode(string) {
var buffer = base58.decode(string)
var buffer = new Buffer(base58.decode(string))

@@ -28,0 +28,0 @@ var payload = buffer.slice(0, -4)

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