Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wagmi/cli

Package Overview
Dependencies
Maintainers
2
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wagmi/cli - npm Package Compare versions

Comparing version 0.0.0-canary-20240321160544 to 0.0.0-canary-20240327144503

4

dist/esm/cli.js

@@ -25,2 +25,6 @@ #!/usr/bin/env node

try {
process.title = 'node (wagmi)';
}
catch { }
try {
// Parse CLI args without running command

@@ -27,0 +31,0 @@ cli.parse(process.argv, { run: false });

2

dist/esm/version.js

@@ -1,2 +0,2 @@

export const version = '0.0.0-canary-20240321160544';
export const version = '0.0.0-canary-20240327144503';
//# sourceMappingURL=version.js.map

@@ -1,2 +0,2 @@

export declare const version = "0.0.0-canary-20240321160544";
export declare const version = "0.0.0-canary-20240327144503";
//# sourceMappingURL=version.d.ts.map
{
"name": "@wagmi/cli",
"description": "Manage and generate code from Ethereum ABIs",
"version": "0.0.0-canary-20240321160544",
"version": "0.0.0-canary-20240327144503",
"license": "MIT",

@@ -6,0 +6,0 @@ "repository": {

@@ -31,2 +31,6 @@ #!/usr/bin/env node

try {
process.title = 'node (wagmi)'
} catch {}
try {
// Parse CLI args without running command

@@ -33,0 +37,0 @@ cli.parse(process.argv, { run: false })

@@ -1,1 +0,1 @@

export const version = '0.0.0-canary-20240321160544'
export const version = '0.0.0-canary-20240327144503'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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