Socket
Socket
Sign inDemoInstall

@taquito/utils

Package Overview
Dependencies
Maintainers
7
Versions
199
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 17.5.0 to 17.5.1

4

dist/lib/version.js

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

exports.VERSION = {
"commitHash": "ff6c3b619e314a09bb0aa65d711ef9eaf81a0ee9",
"version": "17.5.0"
"commitHash": "89ba984a102a13cef7ad7cca6a42df85dfb63b80",
"version": "17.5.1"
};

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

const VERSION = {
"commitHash": "ff6c3b619e314a09bb0aa65d711ef9eaf81a0ee9",
"version": "17.5.0"
"commitHash": "89ba984a102a13cef7ad7cca6a42df85dfb63b80",
"version": "17.5.1"
};

@@ -521,0 +521,0 @@

@@ -512,4 +512,4 @@ (function (global, factory) {

const VERSION = {
"commitHash": "ff6c3b619e314a09bb0aa65d711ef9eaf81a0ee9",
"version": "17.5.0"
"commitHash": "89ba984a102a13cef7ad7cca6a42df85dfb63b80",
"version": "17.5.1"
};

@@ -922,55 +922,55 @@

Object.defineProperty(exports, 'DeprecationError', {
Object.defineProperty(exports, "DeprecationError", {
enumerable: true,
get: function () { return core.DeprecationError; }
});
Object.defineProperty(exports, 'InvalidAddressError', {
Object.defineProperty(exports, "InvalidAddressError", {
enumerable: true,
get: function () { return core.InvalidAddressError; }
});
Object.defineProperty(exports, 'InvalidBlockHashError', {
Object.defineProperty(exports, "InvalidBlockHashError", {
enumerable: true,
get: function () { return core.InvalidBlockHashError; }
});
Object.defineProperty(exports, 'InvalidChainIdError', {
Object.defineProperty(exports, "InvalidChainIdError", {
enumerable: true,
get: function () { return core.InvalidChainIdError; }
});
Object.defineProperty(exports, 'InvalidContractAddressError', {
Object.defineProperty(exports, "InvalidContractAddressError", {
enumerable: true,
get: function () { return core.InvalidContractAddressError; }
});
Object.defineProperty(exports, 'InvalidHexStringError', {
Object.defineProperty(exports, "InvalidHexStringError", {
enumerable: true,
get: function () { return core.InvalidHexStringError; }
});
Object.defineProperty(exports, 'InvalidKeyError', {
Object.defineProperty(exports, "InvalidKeyError", {
enumerable: true,
get: function () { return core.InvalidKeyError; }
});
Object.defineProperty(exports, 'InvalidKeyHashError', {
Object.defineProperty(exports, "InvalidKeyHashError", {
enumerable: true,
get: function () { return core.InvalidKeyHashError; }
});
Object.defineProperty(exports, 'InvalidMessageError', {
Object.defineProperty(exports, "InvalidMessageError", {
enumerable: true,
get: function () { return core.InvalidMessageError; }
});
Object.defineProperty(exports, 'InvalidOperationHashError', {
Object.defineProperty(exports, "InvalidOperationHashError", {
enumerable: true,
get: function () { return core.InvalidOperationHashError; }
});
Object.defineProperty(exports, 'InvalidOperationKindError', {
Object.defineProperty(exports, "InvalidOperationKindError", {
enumerable: true,
get: function () { return core.InvalidOperationKindError; }
});
Object.defineProperty(exports, 'InvalidPublicKeyError', {
Object.defineProperty(exports, "InvalidPublicKeyError", {
enumerable: true,
get: function () { return core.InvalidPublicKeyError; }
});
Object.defineProperty(exports, 'InvalidSignatureError', {
Object.defineProperty(exports, "InvalidSignatureError", {
enumerable: true,
get: function () { return core.InvalidSignatureError; }
});
Object.defineProperty(exports, 'ProhibitedActionError', {
Object.defineProperty(exports, "ProhibitedActionError", {
enumerable: true,

@@ -977,0 +977,0 @@ get: function () { return core.ProhibitedActionError; }

{
"name": "@taquito/utils",
"version": "17.5.0",
"version": "17.5.1",
"description": "converts michelson data and types into convenient JS/TS objects",

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

"@stablelib/ed25519": "^1.0.3",
"@taquito/core": "^17.5.0",
"@taquito/core": "^17.5.1",
"@types/bs58check": "^2.1.0",

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

},
"gitHead": "bcebcaec905906b4ff83b429882e98785b241978"
"gitHead": "c7fb6e7aa6d9eca65b6c24a8492ba83a0762d85c"
}
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