Socket
Socket
Sign inDemoInstall

@taquito/utils

Package Overview
Dependencies
Maintainers
6
Versions
200
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 19.2.1 to 20.0.0-RC.0

4

dist/lib/constants.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.prefixLength = exports.prefix = exports.Prefix = void 0;
// ref https://gitlab.com/tezos/tezos/-/blob/master/src/lib_crypto/base58.ml
var Prefix;

@@ -43,2 +44,3 @@ (function (Prefix) {

Prefix["SRC1"] = "src1";
Prefix["SH"] = "sh";
})(Prefix || (exports.Prefix = Prefix = {}));

@@ -84,2 +86,3 @@ exports.prefix = {

[Prefix.SRC1]: new Uint8Array([17, 165, 134, 138]),
[Prefix.SH]: new Uint8Array([2, 116, 180]),
};

@@ -111,2 +114,3 @@ exports.prefixLength = {

[Prefix.SRC1]: 32,
[Prefix.SH]: 48,
};

4

dist/lib/version.js

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

exports.VERSION = {
"commitHash": "2e05f6f865be17a1b367b284542b24ffa9823271",
"version": "19.2.1"
"commitHash": "8e07853b62879d06b02ba80c84004fb591452edb",
"version": "20.0.0-RC.0"
};

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

// ref https://gitlab.com/tezos/tezos/-/blob/master/src/lib_crypto/base58.ml
var Prefix;

@@ -52,2 +53,3 @@ (function (Prefix) {

Prefix["SRC1"] = "src1";
Prefix["SH"] = "sh";
})(Prefix || (Prefix = {}));

@@ -93,2 +95,3 @@ const prefix = {

[Prefix.SRC1]: new Uint8Array([17, 165, 134, 138]),
[Prefix.SH]: new Uint8Array([2, 116, 180]),
};

@@ -120,2 +123,3 @@ const prefixLength = {

[Prefix.SRC1]: 32,
[Prefix.SH]: 48,
};

@@ -499,4 +503,4 @@

const VERSION = {
"commitHash": "2e05f6f865be17a1b367b284542b24ffa9823271",
"version": "19.2.1"
"commitHash": "8e07853b62879d06b02ba80c84004fb591452edb",
"version": "20.0.0-RC.0"
};

@@ -503,0 +507,0 @@

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

// ref https://gitlab.com/tezos/tezos/-/blob/master/src/lib_crypto/base58.ml
exports.Prefix = void 0;

@@ -47,2 +48,3 @@ (function (Prefix) {

Prefix["SRC1"] = "src1";
Prefix["SH"] = "sh";
})(exports.Prefix || (exports.Prefix = {}));

@@ -88,2 +90,3 @@ const prefix = {

[exports.Prefix.SRC1]: new Uint8Array([17, 165, 134, 138]),
[exports.Prefix.SH]: new Uint8Array([2, 116, 180]),
};

@@ -115,2 +118,3 @@ const prefixLength = {

[exports.Prefix.SRC1]: 32,
[exports.Prefix.SH]: 48,
};

@@ -494,4 +498,4 @@

const VERSION = {
"commitHash": "2e05f6f865be17a1b367b284542b24ffa9823271",
"version": "19.2.1"
"commitHash": "8e07853b62879d06b02ba80c84004fb591452edb",
"version": "20.0.0-RC.0"
};

@@ -498,0 +502,0 @@

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

SR1 = "sr1",
SRC1 = "src1"
SRC1 = "src1",
SH = "sh"
}

@@ -79,2 +80,3 @@ export declare const prefix: {

src1: Uint8Array;
sh: Uint8Array;
};

@@ -81,0 +83,0 @@ export declare const prefixLength: {

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

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

"@stablelib/ed25519": "^1.0.3",
"@taquito/core": "^19.2.1",
"@taquito/core": "^20.0.0-RC.0",
"@types/bs58check": "^2.1.0",

@@ -105,3 +105,3 @@ "bignumber.js": "^9.1.2",

},
"gitHead": "3b9dbecb374ffd8136f494ae0817b2d1d530f8d9"
"gitHead": "35bba2dcede224a126fd82e28c441756a5b962e6"
}

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