@stablelib/xchacha20
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@stablelib/xchacha20", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "XChaCha20 stream cipher", | ||
@@ -16,2 +16,6 @@ "main": "./lib/xchacha20.js", | ||
"license": "MIT", | ||
"repository": { | ||
"url": "https://github.com/StableLib/stablelib" | ||
}, | ||
"homepage": "https://github.com/StableLib/stablelib/tree/master/packages/xchacha20", | ||
"publishConfig": { | ||
@@ -26,11 +30,11 @@ "access": "public" | ||
"dependencies": { | ||
"@stablelib/binary": "^1.0.0", | ||
"@stablelib/chacha": "^1.0.0", | ||
"@stablelib/wipe": "^1.0.0" | ||
"@stablelib/binary": "^1.0.1", | ||
"@stablelib/chacha": "^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" | ||
} |
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
41199
0
Updated@stablelib/binary@^1.0.1
Updated@stablelib/chacha@^1.0.1
Updated@stablelib/wipe@^1.0.1