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

@scanfcl/mg-react

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-react - npm Package Compare versions

Comparing version 0.0.16-cjs to 0.0.17-cjs

9

dist/index.d.ts

@@ -73,3 +73,10 @@ import * as _tanstack_react_query from '@tanstack/react-query';

};
declare const createConfigBase: ({ queryClient, clientConfig, }: {
queryClient?: QueryClient | undefined;
clientConfig: ClientConfig;
}) => {
queryClient: QueryClient;
client: ClientConfig;
};
export { ClientContext, Provider, QueryConfig, QueryFunctionArgs, UseBalanceArgs, UseBalanceConfig, UseBlockNumberArgs, UseBlockNumberConfig, UseContractEventConfig, UseContractReadArgs, UseContractReadConfig, UseContractReadsArgs, UseContractReadsConfig, UseGetEventsArgs, UseTransactionArgs, UseTransactionConfig, createConfig, defaultQueryClient, useBalance, useBlockNumber, useClientContext, useContractEvent, useContractRead, useContractReads, useTransaction };
export { ClientContext, Provider, QueryConfig, QueryFunctionArgs, UseBalanceArgs, UseBalanceConfig, UseBlockNumberArgs, UseBlockNumberConfig, UseContractEventConfig, UseContractReadArgs, UseContractReadConfig, UseContractReadsArgs, UseContractReadsConfig, UseGetEventsArgs, UseTransactionArgs, UseTransactionConfig, createConfig, createConfigBase, defaultQueryClient, useBalance, useBlockNumber, useClientContext, useContractEvent, useContractRead, useContractReads, useTransaction };

4

package.json

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

"license": "MIT",
"version": "0.0.16-cjs",
"version": "0.0.17-cjs",
"main": "dist/index.js",

@@ -29,3 +29,3 @@ "types": "dist/index.d.ts",

"@ethersproject/providers": "^5.7.2",
"@scanfcl/mg-core": "0.0.16-cjs",
"@scanfcl/mg-core": "0.0.17-cjs",
"@testing-library/react": "^13.4.0",

@@ -32,0 +32,0 @@ "@types/react": "^18.0.26",

@@ -51,1 +51,14 @@ import { QueryClient } from '@tanstack/react-query'

}
export const createConfigBase = ({
queryClient = defaultQueryClient,
clientConfig,
}: {
queryClient?: QueryClient
clientConfig: ClientConfig
}) => {
return {
queryClient,
client: clientConfig,
}
}

@@ -22,4 +22,4 @@ export {

export { Provider, useClientContext, defaultQueryClient, ClientContext } from './context'
export { createConfig } from './client'
export { createConfig, createConfigBase } from './client'
export type { Chain, Client } from './context'
export type { QueryConfig, QueryFunctionArgs } from './types'

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

"license": "MIT",
"version": "0.0.16",
"version": "0.0.17",
"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