conseiljs-softsigner
Advanced tools
Comparing version 5.0.5-beta.1 to 5.0.6-beta.1
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./KeyStoreUtils")); | ||
__export(require("./SoftSigner")); | ||
__export(require("./utils/CryptoUtils")); | ||
__exportStar(require("./KeyStoreUtils"), exports); | ||
__exportStar(require("./SoftSigner"), exports); | ||
__exportStar(require("./utils/CryptoUtils"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
@@ -11,10 +30,4 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
}; | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; | ||
result["default"] = mod; | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.KeyStoreUtils = void 0; | ||
const bip39 = __importStar(require("bip39")); | ||
@@ -21,0 +34,0 @@ const secp256k1 = __importStar(require("secp256k1")); |
@@ -12,2 +12,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SoftSigner = void 0; | ||
const conseiljs_1 = require("conseiljs"); | ||
@@ -14,0 +15,0 @@ const CryptoUtils_1 = require("./utils/CryptoUtils"); |
@@ -12,2 +12,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CryptoUtils = void 0; | ||
const wrapper = require('./WrapperWrapper'); | ||
@@ -14,0 +15,0 @@ var CryptoUtils; |
{ | ||
"name": "conseiljs-softsigner", | ||
"version": "5.0.5-beta.1", | ||
"version": "5.0.6-beta.1", | ||
"description": "ConseilJS software signer plugin for ConseilJS-core. Supports the ED25519 curve via libsodium for tz1-address operations.", | ||
@@ -66,6 +66,6 @@ "browser": "dist/index.js", | ||
"dependencies": { | ||
"bip39": "3.0.4", | ||
"conseiljs": "5.2.3", | ||
"bip39": "3.1.0", | ||
"conseiljs": "5.2.5", | ||
"ed25519-hd-key": "1.3.0", | ||
"libsodium-wrappers-sumo": "0.7.10", | ||
"libsodium-wrappers-sumo": "0.7.11", | ||
"secp256k1": "4.0.3" | ||
@@ -92,3 +92,3 @@ }, | ||
"typedoc": "0.17.8", | ||
"typescript": "3.8.3", | ||
"typescript": "^3.8.3", | ||
"webpack": "4.44.2", | ||
@@ -98,4 +98,4 @@ "webpack-cli": "3.3.12" | ||
"engines": { | ||
"node": ">=12.20.1", | ||
"npm": ">=6.14.10" | ||
"node": ">=16.19.1", | ||
"npm": ">=8.19.4" | ||
}, | ||
@@ -102,0 +102,0 @@ "eslintConfig": { |
@@ -51,3 +51,3 @@ # ConseilJS-softsigner | ||
<script src="https://cdn.jsdelivr.net/gh/cryptonomic/conseiljs-softsigner/dist-web/conseiljs-softsigner.min.js" | ||
integrity="sha384-u9SDjbzVJQWfgX206Y01xb84lzX/xlRnQ8CLfoym44rwb3dbexqXk75sy5sLerHV" | ||
integrity="KPS+XSGK3b3DoKqOd537PoAO8jWj3UMSRPZJa3nGs11jbH6QKZcBlhM6zeW0c9Qx" | ||
crossorigin="anonymous"></script> | ||
@@ -54,0 +54,0 @@ <script> |
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
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
46938
420
+ Added@noble/hashes@1.5.0(transitive)
+ Addedbip39@3.1.0(transitive)
+ Addedconseiljs@5.2.5(transitive)
+ Addedlibsodium-wrappers-sumo@0.7.11(transitive)
- Removed@types/node@11.11.6(transitive)
- Removedbip39@3.0.4(transitive)
- Removedconseiljs@5.2.3(transitive)
- Removedlibsodium-wrappers-sumo@0.7.10(transitive)
- Removedpbkdf2@3.1.2(transitive)
- Removedrandombytes@2.1.0(transitive)
Updatedbip39@3.1.0
Updatedconseiljs@5.2.5