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

blockchain33

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blockchain33 - npm Package Compare versions

Comparing version 0.0.31 to 0.0.32

1

dist/multicall/delayed-caller.d.ts

@@ -9,2 +9,3 @@ import { Blockchain, NET, ethers } from "../blockchain";

cb: Function;
result?: any;
}

@@ -11,0 +12,0 @@ export interface CustomFace {

3

dist/multicall/delayed-caller.js

@@ -55,4 +55,5 @@ "use strict";

for (let i = 0; i < results.length; i++) {
part[i].result = results[i];
part[i].cb(results[i]);
this.emitter.emit(part[i].method, results[i]);
this.emitter.emit(part[i].method, part[i]);
}

@@ -59,0 +60,0 @@ if (this.debug)

@@ -11,3 +11,3 @@ {

],
"version": "0.0.31",
"version": "0.0.32",
"description": "utilities for All blockchain like EVM (ETH)",

@@ -14,0 +14,0 @@ "main": "dist/blockchain.js",

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