@casual-simulation/crypto
Advanced tools
Comparing version 1.0.24 to 1.2.0
@@ -5,2 +5,3 @@ export * from './SignatureAlgorithm'; | ||
export * from './HashHelpers'; | ||
export * from './Encryption'; | ||
//# sourceMappingURL=index.d.ts.map |
export * from './utils'; | ||
export * from './HashHelpers'; | ||
export * from './Encryption'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@casual-simulation/crypto", | ||
"version": "1.0.24", | ||
"version": "1.2.0", | ||
"description": "Crypto helpers used by AUX", | ||
@@ -45,7 +45,10 @@ "keywords": [ | ||
"@types/fast-json-stable-stringify": "^2.0.0", | ||
"@types/scrypt-async": "^1.3.1", | ||
"base64-js": "^1.3.0", | ||
"fast-json-stable-stringify": "^2.0.0", | ||
"hash.js": "1.1.7" | ||
"fast-json-stable-stringify": "2.1.0", | ||
"hash.js": "1.1.7", | ||
"scrypt-async": "2.0.1", | ||
"tweetnacl": "1.0.3" | ||
}, | ||
"gitHead": "de31959b3e8f86369177df408cf2244bdaef89c2" | ||
"gitHead": "3691fb98f9e703abb97305c06898487c6bb322ce" | ||
} |
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
return new (P || (P = Promise))(function (resolve, reject) { | ||
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } | ||
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } | ||
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); } | ||
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } | ||
step((generator = generator.apply(thisArg, _arguments || [])).next()); | ||
@@ -7,0 +8,0 @@ }); |
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
34352
24
559
7
+ Added@types/scrypt-async@^1.3.1
+ Addedscrypt-async@2.0.1
+ Addedtweetnacl@1.0.3
+ Added@types/scrypt-async@1.3.5(transitive)
+ Addedscrypt-async@2.0.1(transitive)
+ Addedtweetnacl@1.0.3(transitive)