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

@infinex/evm-sdk

Package Overview
Dependencies
Maintainers
0
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infinex/evm-sdk - npm Package Compare versions

Comparing version 0.0.62 to 0.0.63

31

package.json
{
"name": "@infinex/evm-sdk",
"version": "0.0.62",
"version": "0.0.63",
"exports": {

@@ -19,3 +19,16 @@ ".": {

],
"scripts": {
"build": "tsup",
"check": "pnpm run check:types && pnpm run check:lint && pnpm run check:format",
"check:format": "prettier . --check",
"check:lint": "eslint .",
"check:types": "tsc --noEmit",
"fix": "pnpm run fix:lint && pnpm run fix:format",
"fix:format": "prettier . --write",
"fix:lint": "eslint . --fix",
"prepublishOnly": "pnpm check && pnpm build"
},
"devDependencies": {
"@infinex/eslint-config": "workspace:*",
"@infinex/typescript-config": "workspace:*",
"@types/node": "^22.0.0",

@@ -26,5 +39,3 @@ "abitype": "1.0.4",

"typescript": "5.7.3",
"viem": "2.22.16",
"@infinex/typescript-config": "0.0.0",
"@infinex/eslint-config": "0.0.0"
"viem": "2.22.22"
},

@@ -34,13 +45,3 @@ "peerDependencies": {

"viem": "^2"
},
"scripts": {
"build": "tsup",
"check": "pnpm run check:types && pnpm run check:lint && pnpm run check:format",
"check:format": "prettier . --check",
"check:lint": "eslint .",
"check:types": "tsc --noEmit",
"fix": "pnpm run fix:lint && pnpm run fix:format",
"fix:format": "prettier . --write",
"fix:lint": "eslint . --fix"
}
}
}
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