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

@rainbow-me/kit-utils

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rainbow-me/kit-utils - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

6

dist/fetchers.d.ts

@@ -1,4 +0,8 @@

import type { TxHistoryFetcher } from './types';
import type { BlockTag, Log, TransactionResponse } from '@ethersproject/abstract-provider';
import type { EtherscanProvider } from '@ethersproject/providers';
export declare type TxHistoryFetcher<Tx = any, P = any, O = any> = (opts: {
address: string;
provider: P;
options?: O;
}) => Promise<Tx[]>;
export declare const logsFetcher: TxHistoryFetcher<Log>;

@@ -5,0 +9,0 @@ export declare const etherscanFetcher: TxHistoryFetcher<TransactionResponse, EtherscanProvider, {

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

import type { AbstractConnector } from '@web3-react/abstract-connector';
export declare type Wallet = {
name: string;
hidden?: boolean;
connector: AbstractConnector;
};
/**

@@ -2,0 +8,0 @@ * Get wallet name and icon

2

package.json
{
"name": "@rainbow-me/kit-utils",
"type": "module",
"version": "0.0.9",
"version": "0.0.10",
"exports": "./dist/index.js",

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

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