@stablelib/poly1305
Advanced tools
Comparing version 0.2.5 to 0.5.0
{ | ||
"name": "@stablelib/poly1305", | ||
"version": "0.2.5", | ||
"version": "0.5.0", | ||
"description": "Poly1305 one-time message authentication code", | ||
"main": "./dist/poly1305.js", | ||
"typings": "./dist/poly1305.d.ts", | ||
"main": "./lib/poly1305.js", | ||
"typings": "./lib/poly1305.d.ts", | ||
"author": "Dmitry Chestnykh", | ||
@@ -15,12 +15,12 @@ "license": "MIT", | ||
"test": "jasmine JASMINE_CONFIG_PATH=../../configs/jasmine.json", | ||
"bench": "node ./dist/poly1305.bench.js" | ||
"bench": "node ./lib/poly1305.bench.js" | ||
}, | ||
"dependencies": { | ||
"@stablelib/constant-time": "^0.2.5", | ||
"@stablelib/wipe": "^0.2.5" | ||
"@stablelib/constant-time": "^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
85241
1411
1
+ Added@stablelib/constant-time@0.5.0(transitive)
+ Added@stablelib/wipe@0.5.0(transitive)
- Removed@stablelib/constant-time@0.2.5(transitive)
- Removed@stablelib/wipe@0.2.5(transitive)
Updated@stablelib/wipe@^0.5.0