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 2.1.14 to 2.1.15

2

dist/esm/version.js

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

export const version = '2.1.14';
export const version = '2.1.15';
//# 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 = "2.1.14";
export declare const version = "2.1.15";
//# sourceMappingURL=version.d.ts.map
{
"name": "@wagmi/cli",
"description": "Manage and generate code from Ethereum ABIs",
"version": "2.1.14",
"version": "2.1.15",
"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 = '2.1.14'
export const version = '2.1.15'

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