Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
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-RC.0 to 20.0.0-RC.1

2

dist/lib/protocols.js

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

ProtocolsHash["PtParisBQ"] = "PtParisBQscdCm6Cfow6ndeU6wKJyA3aV1j4D3gQBQMsTQyJCrz";
ProtocolsHash["PtParisBx"] = "PtParisBxoLz5gzMmn3d9WBQNoPSZakgnkMC2VNuQ3KXfUtUQeZ";
ProtocolsHash["ProtoALpha"] = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK";

@@ -46,2 +47,3 @@ })(ProtocolsHash || (exports.ProtocolsHash = ProtocolsHash = {}));

PtParisBQscdCm6Cfow6ndeU6wKJyA3aV1j4D3gQBQMsTQyJCrz: 20,
PtParisBxoLz5gzMmn3d9WBQNoPSZakgnkMC2VNuQ3KXfUtUQeZ: 20,
ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK: 21,

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

4

dist/lib/version.js

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

exports.VERSION = {
"commitHash": "8e07853b62879d06b02ba80c84004fb591452edb",
"version": "20.0.0-RC.0"
"commitHash": "3374a558006fdf94f6a51f86c64c2bfd970d619d",
"version": "20.0.0-RC.1"
};

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

ProtocolsHash["PtParisBQ"] = "PtParisBQscdCm6Cfow6ndeU6wKJyA3aV1j4D3gQBQMsTQyJCrz";
ProtocolsHash["PtParisBx"] = "PtParisBxoLz5gzMmn3d9WBQNoPSZakgnkMC2VNuQ3KXfUtUQeZ";
ProtocolsHash["ProtoALpha"] = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK";

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

const VERSION = {
"commitHash": "8e07853b62879d06b02ba80c84004fb591452edb",
"version": "20.0.0-RC.0"
"commitHash": "3374a558006fdf94f6a51f86c64c2bfd970d619d",
"version": "20.0.0-RC.1"
};

@@ -1607,0 +1608,0 @@

@@ -20,4 +20,5 @@ export declare enum ProtocolsHash {

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

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

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

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

},
"gitHead": "35bba2dcede224a126fd82e28c441756a5b962e6"
"gitHead": "410beab39d1745d4d8c00e92cddf3d1f143ee4bd"
}

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc