Socket
Socket
Sign inDemoInstall

@taquito/local-forging

Package Overview
Dependencies
32
Maintainers
6
Versions
181
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 20.0.0 to 20.0.1

4

dist/lib/protocols.js

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

ProtocolsHash["ProxfordY"] = "ProxfordYmVfjWnRcgjWH36fW6PArwqykTFzotUxRs6gmTcZDuH";
ProtocolsHash["PtParisBQ"] = "PtParisBQscdCm6Cfow6ndeU6wKJyA3aV1j4D3gQBQMsTQyJCrz";
ProtocolsHash["PtParisBx"] = "PtParisBxoLz5gzMmn3d9WBQNoPSZakgnkMC2VNuQ3KXfUtUQeZ";
ProtocolsHash["PsParisCZ"] = "PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi";
ProtocolsHash["ProtoALpha"] = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK";

@@ -46,4 +46,4 @@ })(ProtocolsHash || (exports.ProtocolsHash = ProtocolsHash = {}));

ProxfordYmVfjWnRcgjWH36fW6PArwqykTFzotUxRs6gmTcZDuH: 19,
PtParisBQscdCm6Cfow6ndeU6wKJyA3aV1j4D3gQBQMsTQyJCrz: 20,
PtParisBxoLz5gzMmn3d9WBQNoPSZakgnkMC2VNuQ3KXfUtUQeZ: 20,
PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi: 20,
ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK: 21,

@@ -50,0 +50,0 @@ };

@@ -43,3 +43,3 @@ "use strict";

Object.defineProperty(exports, "ProtocolsHash", { enumerable: true, get: function () { return protocols_2.ProtocolsHash; } });
const PROTOCOL_CURRENT = protocols_1.ProtocolsHash.PtParisBQ;
const PROTOCOL_CURRENT = protocols_1.ProtocolsHash.PsParisCZ;
function getCodec(codec, _proto) {

@@ -46,0 +46,0 @@ return {

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

exports.VERSION = {
"commitHash": "45fea4a361f29598063e448574800220c4687001",
"version": "20.0.0"
"commitHash": "d44ee8a26e6924e12a8cae2f9c5b717fc65af72c",
"version": "20.0.1"
};

@@ -1596,4 +1596,4 @@ import { Prefix, buf2hex, b58cdecode, prefix, prefixLength, b58cencode, InvalidKeyHashError, invalidDetail, ValidationResult, InvalidPublicKeyError, validateBlock } from '@taquito/utils';

ProtocolsHash["ProxfordY"] = "ProxfordYmVfjWnRcgjWH36fW6PArwqykTFzotUxRs6gmTcZDuH";
ProtocolsHash["PtParisBQ"] = "PtParisBQscdCm6Cfow6ndeU6wKJyA3aV1j4D3gQBQMsTQyJCrz";
ProtocolsHash["PtParisBx"] = "PtParisBxoLz5gzMmn3d9WBQNoPSZakgnkMC2VNuQ3KXfUtUQeZ";
ProtocolsHash["PsParisCZ"] = "PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi";
ProtocolsHash["ProtoALpha"] = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK";

@@ -1604,4 +1604,4 @@ })(ProtocolsHash || (ProtocolsHash = {}));

const VERSION = {
"commitHash": "45fea4a361f29598063e448574800220c4687001",
"version": "20.0.0"
"commitHash": "d44ee8a26e6924e12a8cae2f9c5b717fc65af72c",
"version": "20.0.1"
};

@@ -1613,3 +1613,3 @@

*/
const PROTOCOL_CURRENT = ProtocolsHash.PtParisBQ;
const PROTOCOL_CURRENT = ProtocolsHash.PsParisCZ;
function getCodec(codec, _proto) {

@@ -1616,0 +1616,0 @@ return {

@@ -19,6 +19,6 @@ export declare enum ProtocolsHash {

ProxfordY = "ProxfordYmVfjWnRcgjWH36fW6PArwqykTFzotUxRs6gmTcZDuH",
PtParisBQ = "PtParisBQscdCm6Cfow6ndeU6wKJyA3aV1j4D3gQBQMsTQyJCrz",
PtParisBx = "PtParisBxoLz5gzMmn3d9WBQNoPSZakgnkMC2VNuQ3KXfUtUQeZ",
PsParisCZ = "PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi",
ProtoALpha = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK"
}
export declare function ProtoInferiorTo(a: ProtocolsHash, b: ProtocolsHash): boolean;
{
"name": "@taquito/local-forging",
"version": "20.0.0",
"version": "20.0.1",
"description": "Provide local forging functionality to be with taquito",

@@ -70,8 +70,8 @@ "keywords": [

"dependencies": {
"@taquito/core": "^20.0.0",
"@taquito/utils": "^20.0.0",
"@taquito/core": "^20.0.1",
"@taquito/utils": "^20.0.1",
"bignumber.js": "^9.1.2"
},
"devDependencies": {
"@taquito/rpc": "^20.0.0",
"@taquito/rpc": "^20.0.1",
"@types/bluebird": "^3.5.40",

@@ -108,3 +108,3 @@ "@types/estree": "^1.0.2",

},
"gitHead": "4871f03155be8dfce81ff24cb45fe0e3049c7646"
"gitHead": "beb89a31b425f016d09f53f034fb8ed40f56a3b2"
}

Sorry, the diff of this file is too big to display

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