Socket
Socket
Sign inDemoInstall

@wagmi/cli

Package Overview
Dependencies
Maintainers
2
Versions
149
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-20240708161021 to 0.0.0-canary-20240709180659

2

dist/esm/version.js

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

export const version = '0.0.0-canary-20240708161021';
export const version = '0.0.0-canary-20240709180659';
//# sourceMappingURL=version.js.map
type FindConfigParameters = {
/** Config file name */
config?: string;
config?: string | undefined;
/** Config file directory */
root?: string;
root?: string | undefined;
};

@@ -7,0 +7,0 @@ /**

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

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

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

@@ -128,3 +128,3 @@ import type { Abi } from 'abitype'

plugin: Pick<Plugin, 'name'>
} & Awaited<ReturnType<Required<Plugin>['run']>>
} & Awaited<ReturnType<NonNullable<Plugin['run']>>>
const outputs: Output[] = []

@@ -131,0 +131,0 @@ spinner.start('Running plugins')

@@ -16,5 +16,5 @@ import { findUp } from 'find-up'

/** Config file name */
config?: string
config?: string | undefined
/** Config file directory */
root?: string
root?: string | undefined
}

@@ -21,0 +21,0 @@

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

export const version = '0.0.0-canary-20240708161021'
export const version = '0.0.0-canary-20240709180659'

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