@zilliqa-js/crypto
Advanced tools
Comparing version 3.4.2-rc.0 to 3.4.2
@@ -42,3 +42,3 @@ "use strict"; | ||
// THE SOFTWARE. | ||
var buffer_1 = require("buffer"); | ||
var buffer_1 = require("buffer"); /* tslint:disable:no-unused-variable */ | ||
var CHARSET = "qpzry9x8gf2tvdw0s3jn54khce6mua7l"; | ||
@@ -45,0 +45,0 @@ var GENERATOR = [0x3b6a57b2, 0x26508e6d, 0x1ea119fa, 0x3d4233dd, 0x2a1462b3]; |
@@ -23,3 +23,3 @@ "use strict"; | ||
exports.schnorr = schnorr; | ||
var buffer_1 = require("buffer"); | ||
var buffer_1 = require("buffer"); /* tslint:disable:no-unused-variable */ | ||
var signature_1 = require("./signature"); | ||
@@ -26,0 +26,0 @@ Object.defineProperty(exports, "Signature", { enumerable: true, get: function () { return signature_1.Signature; } }); |
@@ -26,3 +26,3 @@ "use strict"; | ||
var uuid_1 = require("uuid"); | ||
var buffer_1 = require("buffer"); | ||
var buffer_1 = require("buffer"); /* tslint:disable:no-unused-variable */ | ||
var util_1 = require("@zilliqa-js/util"); | ||
@@ -29,0 +29,0 @@ var random_1 = require("./random"); |
@@ -34,3 +34,3 @@ "use strict"; | ||
var elliptic_1 = tslib_1.__importDefault(require("elliptic")); | ||
var buffer_1 = require("buffer"); | ||
var buffer_1 = require("buffer"); /* tslint:disable:no-unused-variable */ | ||
var hash_js_1 = tslib_1.__importDefault(require("hash.js")); | ||
@@ -37,0 +37,0 @@ var hmac_drbg_1 = tslib_1.__importDefault(require("hmac-drbg")); |
@@ -39,3 +39,3 @@ // Copyright (C) 2018 Zilliqa | ||
// THE SOFTWARE. | ||
import { Buffer } from "buffer"; | ||
import { Buffer } from "buffer"; /* tslint:disable:no-unused-variable */ | ||
var CHARSET = "qpzry9x8gf2tvdw0s3jn54khce6mua7l"; | ||
@@ -42,0 +42,0 @@ var GENERATOR = [0x3b6a57b2, 0x26508e6d, 0x1ea119fa, 0x3d4233dd, 0x2a1462b3]; |
@@ -18,3 +18,3 @@ // Copyright (C) 2018 Zilliqa | ||
import * as schnorr from "./schnorr"; | ||
import { Buffer } from "buffer"; | ||
import { Buffer } from "buffer"; /* tslint:disable:no-unused-variable */ | ||
import { Signature } from "./signature"; | ||
@@ -21,0 +21,0 @@ /** |
@@ -23,3 +23,3 @@ // Copyright (C) 2018 Zilliqa | ||
import { v4 as uuidv4 } from "uuid"; | ||
import { Buffer } from "buffer"; | ||
import { Buffer } from "buffer"; /* tslint:disable:no-unused-variable */ | ||
import { bytes } from "@zilliqa-js/util"; | ||
@@ -26,0 +26,0 @@ import { randomBytes } from "./random"; |
@@ -30,3 +30,3 @@ /*! | ||
import elliptic from "elliptic"; | ||
import { Buffer } from "buffer"; | ||
import { Buffer } from "buffer"; /* tslint:disable:no-unused-variable */ | ||
import hashjs from "hash.js"; | ||
@@ -33,0 +33,0 @@ import DRBG from "hmac-drbg"; |
{ | ||
"name": "@zilliqa-js/crypto", | ||
"version": "3.4.2-rc.0", | ||
"version": "3.4.2", | ||
"description": "Core crypto utilities for signing/verification/hashing Zilliqa transactions.", | ||
@@ -34,3 +34,3 @@ "maintainers": [ | ||
"uuid": "8.3.2", | ||
"@zilliqa-js/util": "3.4.2-rc.0" | ||
"@zilliqa-js/util": "3.4.2" | ||
}, | ||
@@ -37,0 +37,0 @@ "devDependencies": { |
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
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 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
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
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
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
1055414
102
6148
1
+ Added@zilliqa-js/util@3.4.2(transitive)
- Removed@zilliqa-js/util@3.4.2-rc.0(transitive)
Updated@zilliqa-js/util@3.4.2