@stablelib/gcm
Advanced tools
Comparing version 0.1.2 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 aes_1 = require("@stablelib/aes"); |
@@ -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 ctr_1 = require("@stablelib/ctr"); |
@@ -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 aes_1 = require("@stablelib/aes"); |
{ | ||
"name": "@stablelib/gcm", | ||
"version": "0.1.2", | ||
"version": "0.2.5", | ||
"description": "GCM authenticated encryption mode with associated data (AEAD)", | ||
@@ -18,14 +18,14 @@ "main": "./dist/gcm.js", | ||
"dependencies": { | ||
"@stablelib/aead": "^0.1.2", | ||
"@stablelib/binary": "^0.0.1", | ||
"@stablelib/blockcipher": "^0.1.2", | ||
"@stablelib/constant-time": "^0.0.2", | ||
"@stablelib/ctr": "^0.1.2", | ||
"@stablelib/wipe": "^0.0.1" | ||
"@stablelib/aead": "^0.2.5", | ||
"@stablelib/binary": "^0.2.5", | ||
"@stablelib/blockcipher": "^0.2.5", | ||
"@stablelib/constant-time": "^0.2.5", | ||
"@stablelib/ctr": "^0.2.5", | ||
"@stablelib/wipe": "^0.2.5" | ||
}, | ||
"devDependencies": { | ||
"@stablelib/aes": "^0.1.2", | ||
"@stablelib/benchmark": "^0.0.1", | ||
"@stablelib/hex": "^0.0.1" | ||
"@stablelib/aes": "^0.2.5", | ||
"@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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
58552
15
894
1
+ Added@stablelib/aead@0.2.5(transitive)
+ Added@stablelib/binary@0.2.5(transitive)
+ Added@stablelib/blockcipher@0.2.5(transitive)
+ Added@stablelib/constant-time@0.2.5(transitive)
+ Added@stablelib/ctr@0.2.5(transitive)
+ Added@stablelib/int@0.2.5(transitive)
+ Added@stablelib/wipe@0.2.5(transitive)
- Removed@stablelib/aead@0.1.2(transitive)
- Removed@stablelib/binary@0.0.1(transitive)
- Removed@stablelib/blockcipher@0.1.2(transitive)
- Removed@stablelib/constant-time@0.0.2(transitive)
- Removed@stablelib/ctr@0.1.2(transitive)
- Removed@stablelib/int@0.0.1(transitive)
- Removed@stablelib/wipe@0.0.1(transitive)
Updated@stablelib/aead@^0.2.5
Updated@stablelib/binary@^0.2.5
Updated@stablelib/ctr@^0.2.5
Updated@stablelib/wipe@^0.2.5