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

@wagmi/core

Package Overview
Dependencies
Maintainers
2
Versions
537
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wagmi/core - npm Package Compare versions

Comparing version 0.0.0-canary-20241107183138 to 0.0.0-canary-20241111172855

4

dist/esm/actions/codegen/createWatchContractEvent.js

@@ -14,3 +14,3 @@ import { getAccount } from '../getAccount.js';

...parameters,
...(c.eventName ? { functionName: c.eventName } : {}),
...(c.eventName ? { eventName: c.eventName } : {}),
address: c.address?.[chainId],

@@ -24,3 +24,3 @@ abi: c.abi,

...(c.address ? { address: c.address } : {}),
...(c.eventName ? { functionName: c.eventName } : {}),
...(c.eventName ? { eventName: c.eventName } : {}),
abi: c.abi,

@@ -27,0 +27,0 @@ });

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

export const version = '0.0.0-canary-20241107183138';
export const version = '0.0.0-canary-20241111172855';
//# sourceMappingURL=version.js.map

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

export declare const version = "0.0.0-canary-20241107183138";
export declare const version = "0.0.0-canary-20241111172855";
//# sourceMappingURL=version.d.ts.map
{
"name": "@wagmi/core",
"description": "VanillaJS library for Ethereum",
"version": "0.0.0-canary-20241107183138",
"version": "0.0.0-canary-20241111172855",
"license": "MIT",

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

@@ -74,3 +74,3 @@ import type { Abi, Address, ContractEventName } from 'viem'

...(parameters as any),
...(c.eventName ? { functionName: c.eventName } : {}),
...(c.eventName ? { eventName: c.eventName } : {}),
address: c.address?.[chainId],

@@ -85,3 +85,3 @@ abi: c.abi,

...(c.address ? { address: c.address } : {}),
...(c.eventName ? { functionName: c.eventName } : {}),
...(c.eventName ? { eventName: c.eventName } : {}),
abi: c.abi,

@@ -88,0 +88,0 @@ })

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

export const version = '0.0.0-canary-20241107183138'
export const version = '0.0.0-canary-20241111172855'

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