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

@jpmonette/bscscan

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jpmonette/bscscan - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

examples/index.ts

2

package.json
{
"name": "@jpmonette/bscscan",
"version": "0.2.1",
"version": "0.2.2",
"description": "Explore the Binance Smart Chain using TypeScript and JavaScript",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/jpmonette/bscscan-ts",

@@ -36,3 +36,3 @@ import { BEP20, ERC721 } from ".";

export type GetTxListResponse = {
export type GetTxListResponse = Array<{
blockHash: string;

@@ -56,7 +56,7 @@ blockNumber: string;

value: string;
};
}>;
export type GetTxListInternalRequest = GetTxListRequest;
export type GetTxListInternalResponse = {
export type GetTxListInternalResponse = Array<{
blockNumber: string;

@@ -76,3 +76,3 @@ contractAddress: string;

value: string;
};
}>;

@@ -79,0 +79,0 @@ export type GetTokenTxRequest = GetTxListRequest & {

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