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 0.0.0-canary-20240806164344 to 0.0.0-canary-20240809005155

2

dist/esm/version.js

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

export const version = '0.0.0-canary-20240806164344';
export const version = '0.0.0-canary-20240809005155';
//# sourceMappingURL=version.js.map

@@ -19,5 +19,5 @@ import type { PartializedState } from './createConfig.js';

export type CreateStorageParameters = {
deserialize?: (<T>(value: string) => T) | undefined;
deserialize?: (<type>(value: string) => type | unknown) | undefined;
key?: string | undefined;
serialize?: (<T>(value: T) => string) | undefined;
serialize?: (<type>(value: type | any) => string) | undefined;
storage?: Compute<BaseStorage> | undefined;

@@ -24,0 +24,0 @@ };

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

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

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

@@ -44,5 +44,5 @@ import type { PartializedState } from './createConfig.js'

export type CreateStorageParameters = {
deserialize?: (<T>(value: string) => T) | undefined
deserialize?: (<type>(value: string) => type | unknown) | undefined
key?: string | undefined
serialize?: (<T>(value: T) => string) | undefined
serialize?: (<type>(value: type | any) => string) | undefined
storage?: Compute<BaseStorage> | undefined

@@ -49,0 +49,0 @@ }

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

export const version = '0.0.0-canary-20240806164344'
export const version = '0.0.0-canary-20240809005155'

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