credify-crypto
Advanced tools
Comparing version 0.3.0 to 0.4.0
import Encryption from "./encryption"; | ||
import Signing from "./signing"; | ||
export { Encryption, Signing }; | ||
import * as interfaces from "./interfaces"; | ||
export { Encryption, Signing, interfaces }; |
@@ -125,3 +125,3 @@ import { Crypto } from '@peculiar/webcrypto'; | ||
modulusLength: 4096, | ||
}, false, ["encrypt", "decrypt"])]; | ||
}, true, ["encrypt", "decrypt"])]; | ||
case 1: | ||
@@ -383,2 +383,6 @@ keys = _a.sent(); | ||
export { Encryption, Signing }; | ||
var interfaces = /*#__PURE__*/Object.freeze({ | ||
__proto__: null | ||
}); | ||
export { Encryption, Signing, interfaces }; |
@@ -129,3 +129,3 @@ 'use strict'; | ||
modulusLength: 4096, | ||
}, false, ["encrypt", "decrypt"])]; | ||
}, true, ["encrypt", "decrypt"])]; | ||
case 1: | ||
@@ -387,3 +387,8 @@ keys = _a.sent(); | ||
var interfaces = /*#__PURE__*/Object.freeze({ | ||
__proto__: null | ||
}); | ||
exports.Encryption = Encryption; | ||
exports.Signing = Signing; | ||
exports.interfaces = interfaces; |
{ | ||
"name": "credify-crypto", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Credify cryptographic related helpers in JavaScript", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
41305
822