@stablelib/xsalsa20
Advanced tools
Comparing version 0.0.1 to 0.2.5
@@ -0,4 +1,4 @@ | ||
"use strict"; | ||
// Copyright (C) 2016 Dmitry Chestnykh | ||
// MIT License. See LICENSE file for details. | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -5,0 +5,0 @@ var xsalsa20_1 = require("./xsalsa20"); |
@@ -0,4 +1,4 @@ | ||
"use strict"; | ||
// Copyright (C) 2016 Dmitry Chestnykh | ||
// MIT License. See LICENSE file for details. | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -5,0 +5,0 @@ var binary_1 = require("@stablelib/binary"); |
@@ -0,4 +1,4 @@ | ||
"use strict"; | ||
// Copyright (C) 2016 Dmitry Chestnykh | ||
// MIT License. See LICENSE file for details. | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -5,0 +5,0 @@ var xsalsa20_1 = require("./xsalsa20"); |
{ | ||
"name": "@stablelib/xsalsa20", | ||
"version": "0.0.1", | ||
"version": "0.2.5", | ||
"description": "XSalsa20 (eXtended-nonce Salsa20) stream cipher", | ||
@@ -18,10 +18,10 @@ "main": "./dist/xsalsa20.js", | ||
"dependencies": { | ||
"@stablelib/binary": "^0.0.1", | ||
"@stablelib/salsa20": "^0.0.1", | ||
"@stablelib/wipe": "^0.0.1" | ||
"@stablelib/binary": "^0.2.5", | ||
"@stablelib/salsa20": "^0.2.5", | ||
"@stablelib/wipe": "^0.2.5" | ||
}, | ||
"devDependencies": { | ||
"@stablelib/benchmark": "^0.0.1", | ||
"@stablelib/hex": "^0.0.1" | ||
"@stablelib/benchmark": "^0.2.5", | ||
"@stablelib/hex": "^0.2.5" | ||
} | ||
} |
{ | ||
"extends": "../../configs/tsconfig", | ||
"compilerOptions": { | ||
"outDir": "dist" | ||
"target": "es5", | ||
"module": "commonjs", | ||
"strict": true, | ||
"noUnusedParameters": true, | ||
"noUnusedLocals": true, | ||
"removeComments": false, | ||
"preserveConstEnums": true, | ||
"moduleResolution": "node", | ||
"newLine": "LF", | ||
"sourceMap": true, | ||
"declaration": true, | ||
"outDir": "dist", | ||
"lib": [ | ||
"es5", | ||
"es2015.promise", | ||
"dom", | ||
"scripthost" | ||
] | ||
}, | ||
@@ -6,0 +22,0 @@ "exclude": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
29600
15
437
+ Added@stablelib/binary@0.2.5(transitive)
+ Added@stablelib/int@0.2.5(transitive)
+ Added@stablelib/salsa20@0.2.5(transitive)
+ Added@stablelib/wipe@0.2.5(transitive)
- Removed@stablelib/binary@0.0.1(transitive)
- Removed@stablelib/int@0.0.1(transitive)
- Removed@stablelib/salsa20@0.0.1(transitive)
- Removed@stablelib/wipe@0.0.1(transitive)
Updated@stablelib/binary@^0.2.5
Updated@stablelib/salsa20@^0.2.5
Updated@stablelib/wipe@^0.2.5