New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@taquito/local-forging

Package Overview
Dependencies
Maintainers
6
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@taquito/local-forging - npm Package Compare versions

Comparing version 21.0.0-beta.1 to 21.0.0

4

dist/lib/version.js

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

exports.VERSION = {
"commitHash": "dc22d94eecc9c8073103ba09a7493d4604a8cf54",
"version": "21.0.0-beta.1"
"commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d",
"version": "21.0.0"
};

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

const VERSION = {
"commitHash": "dc22d94eecc9c8073103ba09a7493d4604a8cf54",
"version": "21.0.0-beta.1"
"commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d",
"version": "21.0.0"
};

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

{
"name": "@taquito/local-forging",
"version": "21.0.0-beta.1",
"version": "21.0.0",
"description": "Provide local forging functionality to be with taquito",

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

"engines": {
"node": ">=20"
"node": ">=18"
},

@@ -71,12 +71,12 @@ "scripts": {

"dependencies": {
"@taquito/core": "^21.0.0-beta.1",
"@taquito/utils": "^21.0.0-beta.1",
"@taquito/core": "^21.0.0",
"@taquito/utils": "^21.0.0",
"bignumber.js": "^9.1.2"
},
"devDependencies": {
"@taquito/rpc": "^21.0.0-beta.1",
"@taquito/rpc": "^21.0.0",
"@types/bluebird": "^3.5.42",
"@types/estree": "^1.0.5",
"@types/jest": "^29.5.12",
"@types/node": "^22",
"@types/node": "^18",
"@typescript-eslint/eslint-plugin": "^6.21.0",

@@ -109,3 +109,3 @@ "@typescript-eslint/parser": "^6.21.0",

},
"gitHead": "9e6ff6e2527d143a41abd2c012ff5ab1024526cc"
"gitHead": "655216b13995860187b1a1baf3c87e90b4fd69cb"
}

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

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