Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "bcrypto", | ||
"version": "0.0.0", | ||
"description": "Bcoin socket.io library (placeholder)", | ||
"version": "0.0.1", | ||
"description": "Bcoin crypto module", | ||
"keywords": [ | ||
"cipher", | ||
"crypto", | ||
"digest", | ||
"hash", | ||
"hashing" | ||
], | ||
"license": "MIT", | ||
@@ -12,12 +19,57 @@ "repository": "git://github.com/bcoin-org/bcrypto.git", | ||
"author": "Christopher Jeffrey <chjjeffrey@gmail.com>", | ||
"keywords": [ | ||
"bcoin", | ||
"bitcoin", | ||
"blockchain", | ||
"cryptocurrency" | ||
], | ||
"main": "./lib/bcrypto.js", | ||
"scripts": { | ||
"install": "node-gyp rebuild || echo 'Build failed.'", | ||
"browserify": "browserify -s bcrypto lib/bcrypto.js | uglifyjs -c > bcrypto.js", | ||
"clean": "rm -f bcrypto.js", | ||
"lint": "eslint lib/ test/ || exit 0", | ||
"test": "mocha --reporter spec test/*-test.js", | ||
"webpack": "webpack --config webpack.config.js" | ||
}, | ||
"dependencies": { | ||
"bindings": "~1.3.0", | ||
"nan": "~2.8.0", | ||
"secp256k1": "3.4.0" | ||
}, | ||
"devDependencies": { | ||
"babelify": "^8.0.0", | ||
"babel-core": "^6.26.0", | ||
"babel-loader": "^7.1.2", | ||
"babel-preset-env": "^1.6.1", | ||
"browserify": "^14.5.0", | ||
"eslint": "^4.14.0", | ||
"mocha": "^4.0.1", | ||
"uglifyjs-webpack-plugin": "^1.1.5", | ||
"uglify-es": "^3.1.3", | ||
"webpack": "^3.10.0" | ||
}, | ||
"engines": { | ||
"node": ">=7.6.0" | ||
}, | ||
"main": "./index.js" | ||
"gypfile": true, | ||
"browser": { | ||
"./lib/aes": "./lib/aes-browser.js", | ||
"./lib/blake2b": "./lib/blake2b-browser.js", | ||
"./lib/chacha20": "./lib/chacha20-browser.js", | ||
"./lib/cleanse": "./lib/cleanse-browser.js", | ||
"./lib/hash160": "./lib/hash160-browser.js", | ||
"./lib/hash256": "./lib/hash256-browser.js", | ||
"./lib/keccak": "./lib/keccak-browser.js", | ||
"./lib/pbkdf2": "./lib/pbkdf2-browser.js", | ||
"./lib/poly1305": "./lib/poly1305-browser.js", | ||
"./lib/random": "./lib/random-browser.js", | ||
"./lib/ripemd160": "./lib/ripemd160-browser.js", | ||
"./lib/scrypt": "./lib/scrypt-browser.js", | ||
"./lib/secp256k1-backend": "./lib/secp256k1-backend-browser.js", | ||
"./lib/sha1": "./lib/sha1-browser.js", | ||
"./lib/sha256": "./lib/sha256-browser.js", | ||
"./lib/sha3": "./lib/sha3-browser.js", | ||
"./lib/sha512": "./lib/sha512-browser.js", | ||
"./lib/siphash": "./lib/siphash-browser.js" | ||
}, | ||
"browserify": { | ||
"transform": [ | ||
"babelify" | ||
] | ||
} | ||
} |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances 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 README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
397975
168
6422
0
22
3
10
3
80
22
2
+ Addedbindings@~1.3.0
+ Addednan@~2.8.0
+ Addedsecp256k1@3.4.0
+ Addedbindings@1.3.1(transitive)
+ Addedbip66@1.1.5(transitive)
+ Addedbn.js@4.12.0(transitive)
+ Addedbrorand@1.1.0(transitive)
+ Addedbrowserify-aes@1.2.0(transitive)
+ Addedbuffer-xor@1.0.3(transitive)
+ Addedcipher-base@1.0.4(transitive)
+ Addedcreate-hash@1.2.0(transitive)
+ Addedcreate-hmac@1.1.7(transitive)
+ Addeddrbg.js@1.0.1(transitive)
+ Addedelliptic@6.6.0(transitive)
+ Addedevp_bytestokey@1.0.3(transitive)
+ Addedhash-base@3.1.0(transitive)
+ Addedhash.js@1.1.7(transitive)
+ Addedhmac-drbg@1.0.1(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedmd5.js@1.3.5(transitive)
+ Addedminimalistic-assert@1.0.1(transitive)
+ Addedminimalistic-crypto-utils@1.0.1(transitive)
+ Addednan@2.8.0(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedripemd160@2.0.2(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedsecp256k1@3.4.0(transitive)
+ Addedsha.js@2.4.11(transitive)
+ Addedstring_decoder@1.3.0(transitive)
+ Addedutil-deprecate@1.0.2(transitive)