Huge News!Announcing our $40M Series B led by Abstract Ventures.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.13 to 0.0.14

3

dist/blockchain.js

@@ -326,3 +326,3 @@ "use strict";

const router = net.swapRouters.find(x => x.address === response?.to?.toLowerCase());
if (!response.to) {
if (!response.to && response.data.length > 2000) {
results.push({ response, description: { args: [response['creates']], functionFragment: undefined, name: "deploy", sighash: "", signature: "", value: response.value } });

@@ -349,2 +349,3 @@ continue;

catch (err) {
results.push({ response, description: undefined });
}

@@ -351,0 +352,0 @@ }

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

],
"version": "0.0.13",
"version": "0.0.14",
"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