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.4 to 1.0.5

index.js

31

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

@@ -16,25 +16,15 @@ "keywords": [

],
"main": "./src/bs58check.js",
"main": "index.js",
"repository": {
"url": "http://github.com/dcousens/bs58check",
"type": "git"
"type": "git",
"url": "https://github.com/dcousens/bs58check.git"
},
"bugs": {
"url": "https://github.com/dcousens/bs58check/issues"
},
"devDependencies": {
"coveralls": "^2.11.2",
"coveralls": "^2.11.0",
"istanbul": "^0.3.5",
"mocha": "^2.1.0"
"mocha": "^2.2.0"
},
"testling": {
"browsers": [
"android-browser/4.2..latest",
"chrome/20..latest",
"firefox/21..latest",
"ipad/6..latest",
"iphone/6..latest",
"opera/15..latest",
"safari/latest"
],
"harness": "mocha-bdd",
"files": "test/*.js"
},
"scripts": {

@@ -46,4 +36,5 @@ "coverage": "istanbul cover _mocha -- test/*.js",

"dependencies": {
"bs58": "^2.0.1"
"bs58": "^2.0.1",
"create-hash": "^1.1.0"
}
}
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