Socket
Socket
Sign inDemoInstall

web3-stream-provider

Package Overview
Dependencies
8
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.4 to 2.0.5

2

index.js

@@ -30,3 +30,3 @@ const Duplex = require('readable-stream').Duplex

if (payload.length === 0){
return cb(null, [])
return callback(null, [])
}

@@ -33,0 +33,0 @@ id = generateBatchId(payload)

{
"name": "web3-stream-provider",
"version": "2.0.4",
"version": "2.0.5",
"description": "Utility for creating an Ethereum web3 provider that forwards payloads through a stream.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc