@stablelib/x25519
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@stablelib/x25519", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "X25519 key agreement (Curve25519)", | ||
@@ -9,2 +9,6 @@ "main": "./lib/x25519.js", | ||
"license": "MIT", | ||
"repository": { | ||
"url": "https://github.com/StableLib/stablelib" | ||
}, | ||
"homepage": "https://github.com/StableLib/stablelib/tree/master/packages/x25519", | ||
"publishConfig": { | ||
@@ -19,11 +23,11 @@ "access": "public" | ||
"dependencies": { | ||
"@stablelib/keyagreement": "^1.0.0", | ||
"@stablelib/random": "^1.0.0", | ||
"@stablelib/wipe": "^1.0.0" | ||
"@stablelib/keyagreement": "^1.0.1", | ||
"@stablelib/random": "^1.0.1", | ||
"@stablelib/wipe": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"@stablelib/benchmark": "^1.0.0", | ||
"@stablelib/hex": "^1.0.0" | ||
"@stablelib/benchmark": "^1.0.1", | ||
"@stablelib/hex": "^1.0.1" | ||
}, | ||
"gitHead": "c3b9e138650642a738a9225956c75dbe44c76ae6" | ||
"gitHead": "03dadf27703120d54e6be8436525228ee1c4299b" | ||
} |
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 repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
87491
0
Updated@stablelib/random@^1.0.1
Updated@stablelib/wipe@^1.0.1