Socket
Socket
Sign inDemoInstall

@wagmi/core

Package Overview
Dependencies
Maintainers
2
Versions
490
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 2.12.2 to 2.13.0

dist/esm/utils/extractRpcUrls.js

7

dist/esm/createConfig.js

@@ -34,3 +34,8 @@ import { createStore as createMipd, } from 'mipd';

const connector = {
...connectorFn({ emitter, chains: chains.getState(), storage }),
...connectorFn({
emitter,
chains: chains.getState(),
storage,
transports: rest.transports,
}),
emitter,

@@ -37,0 +42,0 @@ uid: emitter.uid,

@@ -127,2 +127,3 @@ ////////////////////////////////////////////////////////////////////////////////

export { deserialize } from '../utils/deserialize.js';
export { extractRpcUrls } from '../utils/extractRpcUrls.js';
export { normalizeChainId } from '../utils/normalizeChainId.js';

@@ -129,0 +130,0 @@ export { serialize } from '../utils/serialize.js';

2

dist/esm/version.js

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

export const version = '2.12.2';
export const version = '2.13.0';
//# sourceMappingURL=version.js.map
import type { AddEthereumChainParameter, Address, Chain, Client, ProviderConnectInfo, ProviderMessage } from 'viem';
import type { Transport } from '../createConfig.js';
import type { Emitter } from '../createEmitter.js';

@@ -27,2 +28,3 @@ import type { Storage } from '../createStorage.js';

storage?: Compute<Storage<storageItem>> | null | undefined;
transports?: Record<number, Transport> | undefined;
}) => Compute<{

@@ -29,0 +31,0 @@ readonly icon?: string | undefined;

@@ -99,2 +99,3 @@ export { type CallErrorType, type CallParameters, type CallReturnType, call, } from '../actions/call.js';

export { deserialize } from '../utils/deserialize.js';
export { extractRpcUrls } from '../utils/extractRpcUrls.js';
export { normalizeChainId } from '../utils/normalizeChainId.js';

@@ -101,0 +102,0 @@ export { serialize } from '../utils/serialize.js';

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

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

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

@@ -10,2 +10,3 @@ import type {

import type { Transport } from '../createConfig.js'
import type { Emitter } from '../createEmitter.js'

@@ -34,2 +35,3 @@ import type { Storage } from '../createStorage.js'

storage?: Compute<Storage<storageItem>> | null | undefined
transports?: Record<number, Transport> | undefined
}) => Compute<

@@ -36,0 +38,0 @@ {

@@ -106,3 +106,8 @@ import {

const connector = {
...connectorFn({ emitter, chains: chains.getState(), storage }),
...connectorFn({
emitter,
chains: chains.getState(),
storage,
transports: rest.transports,
}),
emitter,

@@ -109,0 +114,0 @@ uid: emitter.uid,

@@ -546,2 +546,4 @@ ////////////////////////////////////////////////////////////////////////////////

export { extractRpcUrls } from '../utils/extractRpcUrls.js'
export { normalizeChainId } from '../utils/normalizeChainId.js'

@@ -548,0 +550,0 @@

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

export const version = '2.12.2'
export const version = '2.13.0'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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