Socket
Socket
Sign inDemoInstall

@taquito/utils

Package Overview
Dependencies
9
Maintainers
4
Versions
196
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 15.1.0 to 16.0.0-beta-RC.0

6

dist/lib/constants.js

@@ -49,2 +49,4 @@ "use strict";

Prefix["TXW"] = "txw";
Prefix["SR1"] = "sr1";
Prefix["SRC1"] = "src1";
})(Prefix = exports.Prefix || (exports.Prefix = {}));

@@ -95,2 +97,4 @@ exports.prefix = {

[Prefix.TXW]: new Uint8Array([79, 150, 72]),
[Prefix.SR1]: new Uint8Array([6, 124, 117]),
[Prefix.SRC1]: new Uint8Array([17, 165, 134, 138]),
};

@@ -127,3 +131,5 @@ exports.prefixLength = {

[Prefix.TXW]: 32,
[Prefix.SR1]: 20,
[Prefix.SRC1]: 32,
};
//# sourceMappingURL=constants.js.map

4

dist/lib/version.js

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

exports.VERSION = {
"commitHash": "178bea7c6a3b3c58f23163fcc72e28aa5f08702a",
"version": "15.1.0"
"commitHash": "9b65490f2ee51cf0981d24b3284bd576b218d7be",
"version": "16.0.0-beta-RC.0"
};
//# sourceMappingURL=version.js.map

@@ -55,2 +55,4 @@ import { Buffer } from 'buffer';

Prefix["TXW"] = "txw";
Prefix["SR1"] = "sr1";
Prefix["SRC1"] = "src1";
})(Prefix || (Prefix = {}));

@@ -101,2 +103,4 @@ const prefix = {

[Prefix.TXW]: new Uint8Array([79, 150, 72]),
[Prefix.SR1]: new Uint8Array([6, 124, 117]),
[Prefix.SRC1]: new Uint8Array([17, 165, 134, 138]),
};

@@ -133,2 +137,4 @@ const prefixLength = {

[Prefix.TXW]: 32,
[Prefix.SR1]: 20,
[Prefix.SRC1]: 32,
};

@@ -664,4 +670,4 @@

const VERSION = {
"commitHash": "178bea7c6a3b3c58f23163fcc72e28aa5f08702a",
"version": "15.1.0"
"commitHash": "9b65490f2ee51cf0981d24b3284bd576b218d7be",
"version": "16.0.0-beta-RC.0"
};

@@ -668,0 +674,0 @@

@@ -60,2 +60,4 @@ (function (global, factory) {

Prefix["TXW"] = "txw";
Prefix["SR1"] = "sr1";
Prefix["SRC1"] = "src1";
})(exports.Prefix || (exports.Prefix = {}));

@@ -106,2 +108,4 @@ const prefix = {

[exports.Prefix.TXW]: new Uint8Array([79, 150, 72]),
[exports.Prefix.SR1]: new Uint8Array([6, 124, 117]),
[exports.Prefix.SRC1]: new Uint8Array([17, 165, 134, 138]),
};

@@ -138,2 +142,4 @@ const prefixLength = {

[exports.Prefix.TXW]: 32,
[exports.Prefix.SR1]: 20,
[exports.Prefix.SRC1]: 32,
};

@@ -669,4 +675,4 @@

const VERSION = {
"commitHash": "178bea7c6a3b3c58f23163fcc72e28aa5f08702a",
"version": "15.1.0"
"commitHash": "9b65490f2ee51cf0981d24b3284bd576b218d7be",
"version": "16.0.0-beta-RC.0"
};

@@ -673,0 +679,0 @@

@@ -43,3 +43,5 @@ export declare enum Prefix {

TXRL = "txM",
TXW = "txw"
TXW = "txw",
SR1 = "sr1",
SRC1 = "src1"
}

@@ -89,2 +91,4 @@ export declare const prefix: {

txw: Uint8Array;
sr1: Uint8Array;
src1: Uint8Array;
};

@@ -91,0 +95,0 @@ export declare const prefixLength: {

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

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

"engines": {
"node": ">=6.0.0"
"node": ">=16"
},

@@ -81,3 +81,3 @@ "scripts": {

"@types/jest": "^26.0.23",
"@types/node": "^17.0.0",
"@types/node": "^16",
"@typescript-eslint/eslint-plugin": "^5.28.0",

@@ -107,3 +107,3 @@ "@typescript-eslint/parser": "^5.28.0",

},
"gitHead": "e9c956f993e2e78df94274f3fed019b835473581"
"gitHead": "b9ceff1e2ee28533347092dd93a94b81280d7949"
}

@@ -131,3 +131,3 @@ {

"engines": {
"node": ">=6.0.0"
"node": ">=16"
},

@@ -174,3 +174,3 @@ "scripts": {

"@types/jest": "^26.0.16",
"@types/node": "^14.14.10",
"@types/node": "^16",
"colors": "^1.4.0",

@@ -177,0 +177,0 @@ "coveralls": "^3.1.0",

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc