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 2.1.16 to 2.1.17

2

dist/esm/version.js

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

export const version = '2.1.16';
export const version = '2.1.17';
//# sourceMappingURL=version.js.map

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

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

@@ -66,3 +66,3 @@ "repository": {

"change-case": "^5.4.4",
"chokidar": "^3.5.3",
"chokidar": "4.0.1",
"dedent": "^0.7.0",

@@ -69,0 +69,0 @@ "dotenv": "^16.3.1",

import type { Abi } from 'abitype'
import { Abi as AbiSchema } from 'abitype/zod'
import { camelCase } from 'change-case'
import type { FSWatcher, WatchOptions } from 'chokidar'
import type { ChokidarOptions, FSWatcher } from 'chokidar'
import { watch } from 'chokidar'

@@ -56,3 +56,3 @@ import { default as dedent } from 'dedent'

const watchWriteDelay = 100
const watchOptions: WatchOptions = {
const watchOptions: ChokidarOptions = {
atomic: true,

@@ -59,0 +59,0 @@ // awaitWriteFinish: true,

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

export const version = '2.1.16'
export const version = '2.1.17'

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