Comparing version 1.0.4 to 1.0.5
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
270
1
12998
2
+ Addedcreate-hash@^1.1.0
+ Addedcipher-base@1.0.4(transitive)
+ Addedcreate-hash@1.2.0(transitive)
+ Addedhash-base@3.1.0(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedmd5.js@1.3.5(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedripemd160@2.0.2(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedsha.js@2.4.11(transitive)
+ Addedstring_decoder@1.3.0(transitive)
+ Addedutil-deprecate@1.0.2(transitive)