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

@scanfcl/mg-core

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scanfcl/mg-core - npm Package Compare versions

Comparing version 0.0.22-cjs to 0.0.23-cjs

16

dist/index.d.ts

@@ -205,16 +205,2 @@ import { Result } from '@ethersproject/abi';

type BaseStorage = Pick<Storage, 'getItem' | 'setItem' | 'removeItem'>;
type ClientStorage = {
getItem<T>(key: string, defaultState?: T | null): T | null;
setItem<T>(key: string, value: T | null): void;
removeItem(key: string): void;
};
declare const baseStorage: BaseStorage;
declare function createStorage({ deserialize, key: prefix, serialize, storage, }: {
deserialize?: <T>(value: string) => T;
key?: string;
serialize?: <T>(value: T) => string;
storage: BaseStorage;
}): ClientStorage;
export { BlockNumber$1 as BlockNumber, Chain, ChainDoesNotSupportMultiCallError, Client, ClientConfig, ClientStorage, ContractMethodNoResultError, FetchBalanceArgs, FetchBalanceResult, FetchBlockNumberArgs, FetchBlockNumberResult, FetchTransactionArgs, FetchTransactionResult, GetEventsArgs, GetEventsResult, Hash, IHttpClient, IJsonRpcRequest, JsonRpcResponse, MULTI_CALL_VERSION, MultiCallConfig, MultiCallResponse, MultiCallV1Response, MultiCallV2Response, Provider, ReadContractArgs, ReadContractResult, ReadContractsArgs, Unit, baseStorage, createClient, createStorage, fetchBalance, fetchBlockNumber, fetchTransaction, getClient, getEvents, multiCall, readContract, readContracts, units };
export { BlockNumber$1 as BlockNumber, Chain, ChainDoesNotSupportMultiCallError, Client, ClientConfig, ContractMethodNoResultError, FetchBalanceArgs, FetchBalanceResult, FetchBlockNumberArgs, FetchBlockNumberResult, FetchTransactionArgs, FetchTransactionResult, GetEventsArgs, GetEventsResult, Hash, IHttpClient, IJsonRpcRequest, JsonRpcResponse, MULTI_CALL_VERSION, MultiCallConfig, MultiCallResponse, MultiCallV1Response, MultiCallV2Response, Provider, ReadContractArgs, ReadContractResult, ReadContractsArgs, Unit, createClient, fetchBalance, fetchBlockNumber, fetchTransaction, getClient, getEvents, multiCall, readContract, readContracts, units };

2

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "0.0.22-cjs",
"version": "0.0.23-cjs",
"main": "dist/index.js",

@@ -8,0 +8,0 @@ "types": "dist/index.d.ts",

Sorry, the diff of this file is too big to display

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