@iden3/js-crypto
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -22,4 +22,6 @@ "use strict"; | ||
__exportStar(require("./blake"), exports); | ||
__exportStar(require("./base58"), exports); | ||
__exportStar(require("./sha256"), exports); | ||
var ff_1 = require("./ff"); | ||
Object.defineProperty(exports, "ffUtils", { enumerable: true, get: function () { return ff_1.utils; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -5,3 +5,5 @@ export * from './babyjub'; | ||
export * from './blake'; | ||
export * from './base58'; | ||
export * from './sha256'; | ||
export { utils as ffUtils } from './ff'; | ||
//# sourceMappingURL=index.js.map |
@@ -5,2 +5,4 @@ export * from './babyjub'; | ||
export * from './blake'; | ||
export * from './base58'; | ||
export * from './sha256'; | ||
export { utils as ffUtils } from './ff'; |
{ | ||
"name": "@iden3/js-crypto", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Crypto primitives for iden3", | ||
@@ -5,0 +5,0 @@ "source": "./src/index.ts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7866537
88
21757
0