@stablelib/chacha
Advanced tools
Comparing version 0.2.5 to 0.5.0
{ | ||
"name": "@stablelib/chacha", | ||
"version": "0.2.5", | ||
"version": "0.5.0", | ||
"description": "ChaCha stream cipher", | ||
"main": "./dist/chacha.js", | ||
"typings": "./dist/chacha.d.ts", | ||
"main": "./lib/chacha.js", | ||
"typings": "./lib/chacha.d.ts", | ||
"author": "Dmitry Chestnykh", | ||
@@ -15,12 +15,12 @@ "license": "MIT", | ||
"test": "jasmine JASMINE_CONFIG_PATH=../../configs/jasmine.json", | ||
"bench": "node ./dist/chacha.bench.js" | ||
"bench": "node ./lib/chacha.bench.js" | ||
}, | ||
"dependencies": { | ||
"@stablelib/binary": "^0.2.5", | ||
"@stablelib/wipe": "^0.2.5" | ||
"@stablelib/binary": "^0.5.0", | ||
"@stablelib/wipe": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@stablelib/benchmark": "^0.2.5", | ||
"@stablelib/hex": "^0.2.5" | ||
"@stablelib/benchmark": "^0.5.0", | ||
"@stablelib/hex": "^0.5.0" | ||
} | ||
} |
@@ -7,2 +7,3 @@ { | ||
"noUnusedParameters": true, | ||
"noImplicitReturns": true, | ||
"noUnusedLocals": true, | ||
@@ -15,3 +16,3 @@ "removeComments": false, | ||
"declaration": true, | ||
"outDir": "dist", | ||
"outDir": "lib", | ||
"lib": [ | ||
@@ -26,4 +27,4 @@ "es5", | ||
"node_modules", | ||
"dist" | ||
"lib" | ||
] | ||
} |
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
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
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
47617
717
1
+ Added@stablelib/binary@0.5.0(transitive)
+ Added@stablelib/int@0.5.0(transitive)
+ Added@stablelib/wipe@0.5.0(transitive)
- Removed@stablelib/binary@0.2.5(transitive)
- Removed@stablelib/int@0.2.5(transitive)
- Removed@stablelib/wipe@0.2.5(transitive)
Updated@stablelib/binary@^0.5.0
Updated@stablelib/wipe@^0.5.0