Socket
Socket
Sign inDemoInstall

@taquito/utils

Package Overview
Dependencies
Maintainers
3
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@taquito/utils - npm Package Compare versions

Comparing version 11.2.0 to 12.0.0-beta-RC.0

5

dist/lib/constants.js

@@ -36,2 +36,3 @@ "use strict";

Prefix["TZ"] = "TZ";
Prefix["VH"] = "vh";
})(Prefix = exports.Prefix || (exports.Prefix = {}));

@@ -70,2 +71,3 @@ exports.prefix = {

[Prefix.TZ]: new Uint8Array([2, 90, 121]),
[Prefix.VH]: new Uint8Array([1, 106, 242]),
};

@@ -88,4 +90,5 @@ exports.prefixLength = {

[Prefix.P]: 32,
[Prefix.O]: 32
[Prefix.O]: 32,
[Prefix.VH]: 32,
};
//# sourceMappingURL=constants.js.map

3

dist/lib/verify-signature.js

@@ -13,3 +13,4 @@ "use strict";

*
* @param messageBytes The forged message including the magic byte (1 for block, 2 for endorsement, 3 for generic, 5 for the PACK format of michelson)
* @param messageBytes The forged message including the magic byte (11 for block,
* 12 for preendorsement, 13 for endorsement, 3 for generic, 5 for the PACK format of michelson)
* @param publicKey The public key to verify the signature against

@@ -16,0 +17,0 @@ * @param signature The signature to verify

@@ -6,5 +6,5 @@ "use strict";

exports.VERSION = {
"commitHash": "81f0a5b103f867f57fbe5d526315c375a3788346",
"version": "11.2.0"
"commitHash": "5da8cec9c84c0ab7bc37c0eb09e68db1b3a8b1f0",
"version": "12.0.0-beta-RC.0"
};
//# sourceMappingURL=version.js.map

@@ -41,2 +41,3 @@ import { Buffer } from 'buffer';

Prefix["TZ"] = "TZ";
Prefix["VH"] = "vh";
})(Prefix || (Prefix = {}));

@@ -75,2 +76,3 @@ const prefix = {

[Prefix.TZ]: new Uint8Array([2, 90, 121]),
[Prefix.VH]: new Uint8Array([1, 106, 242]),
};

@@ -93,3 +95,4 @@ const prefixLength = {

[Prefix.P]: 32,
[Prefix.O]: 32
[Prefix.O]: 32,
[Prefix.VH]: 32,
};

@@ -164,3 +167,4 @@

*
* @param messageBytes The forged message including the magic byte (1 for block, 2 for endorsement, 3 for generic, 5 for the PACK format of michelson)
* @param messageBytes The forged message including the magic byte (11 for block,
* 12 for preendorsement, 13 for endorsement, 3 for generic, 5 for the PACK format of michelson)
* @param publicKey The public key to verify the signature against

@@ -491,4 +495,4 @@ * @param signature The signature to verify

const VERSION = {
"commitHash": "81f0a5b103f867f57fbe5d526315c375a3788346",
"version": "11.2.0"
"commitHash": "5da8cec9c84c0ab7bc37c0eb09e68db1b3a8b1f0",
"version": "12.0.0-beta-RC.0"
};

@@ -495,0 +499,0 @@

@@ -46,2 +46,3 @@ (function (global, factory) {

Prefix["TZ"] = "TZ";
Prefix["VH"] = "vh";
})(exports.Prefix || (exports.Prefix = {}));

@@ -80,2 +81,3 @@ const prefix = {

[exports.Prefix.TZ]: new Uint8Array([2, 90, 121]),
[exports.Prefix.VH]: new Uint8Array([1, 106, 242]),
};

@@ -98,3 +100,4 @@ const prefixLength = {

[exports.Prefix.P]: 32,
[exports.Prefix.O]: 32
[exports.Prefix.O]: 32,
[exports.Prefix.VH]: 32,
};

@@ -169,3 +172,4 @@

*
* @param messageBytes The forged message including the magic byte (1 for block, 2 for endorsement, 3 for generic, 5 for the PACK format of michelson)
* @param messageBytes The forged message including the magic byte (11 for block,
* 12 for preendorsement, 13 for endorsement, 3 for generic, 5 for the PACK format of michelson)
* @param publicKey The public key to verify the signature against

@@ -496,4 +500,4 @@ * @param signature The signature to verify

const VERSION = {
"commitHash": "81f0a5b103f867f57fbe5d526315c375a3788346",
"version": "11.2.0"
"commitHash": "5da8cec9c84c0ab7bc37c0eb09e68db1b3a8b1f0",
"version": "12.0.0-beta-RC.0"
};

@@ -500,0 +504,0 @@

@@ -31,3 +31,4 @@ export declare enum Prefix {

EXPR = "expr",
TZ = "TZ"
TZ = "TZ",
VH = "vh"
}

@@ -65,2 +66,3 @@ export declare const prefix: {

TZ: Uint8Array;
vh: Uint8Array;
};

@@ -67,0 +69,0 @@ export declare const prefixLength: {

@@ -6,3 +6,4 @@ import { Prefix } from './taquito-utils';

*
* @param messageBytes The forged message including the magic byte (1 for block, 2 for endorsement, 3 for generic, 5 for the PACK format of michelson)
* @param messageBytes The forged message including the magic byte (11 for block,
* 12 for preendorsement, 13 for endorsement, 3 for generic, 5 for the PACK format of michelson)
* @param publicKey The public key to verify the signature against

@@ -9,0 +10,0 @@ * @param signature The signature to verify

{
"name": "@taquito/utils",
"version": "11.2.0",
"version": "12.0.0-beta-RC.0",
"description": "converts michelson data and types into convenient JS/TS objects",

@@ -105,3 +105,3 @@ "keywords": [

},
"gitHead": "7323157124742e8f2fdb11642f6b779cfb15df43"
"gitHead": "02c79fe3e9bff81668b22a17f0e2aa4bc8d1e231"
}

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc