Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

web3-core-subscriptions

Package Overview
Dependencies
Maintainers
2
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-core-subscriptions - npm Package Compare versions

Comparing version 1.0.0-beta.44 to 1.0.0-beta.45

5

dist/web3-core-subscriptions.cjs.js

@@ -111,4 +111,5 @@ 'use strict';

logs.forEach(function (log) {
callback(false, log);
_this2.emit('data', log);
var formattedLog = _this2.onNewSubscriptionItem(log);
callback(false, formattedLog);
_this2.emit('data', formattedLog);
});

@@ -115,0 +116,0 @@ delete _this2.options.fromBlock;

@@ -74,4 +74,5 @@ import * as Utils from 'web3-utils';

logs.forEach(log => {
callback(false, log);
this.emit('data', log);
const formattedLog = this.onNewSubscriptionItem(log);
callback(false, formattedLog);
this.emit('data', formattedLog);
});

@@ -78,0 +79,0 @@ delete this.options.fromBlock;

@@ -109,4 +109,5 @@ (function (global, factory) {

logs.forEach(function (log) {
callback(false, log);
_this2.emit('data', log);
var formattedLog = _this2.onNewSubscriptionItem(log);
callback(false, formattedLog);
_this2.emit('data', formattedLog);
});

@@ -113,0 +114,0 @@ delete _this2.options.fromBlock;

6

package.json
{
"name": "web3-core-subscriptions",
"namespace": "ethereum",
"version": "1.0.0-beta.44",
"version": "1.0.0-beta.45",
"description": "Manages web3 subscriptions. This is an internal package.",

@@ -21,4 +21,4 @@ "repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-core-subscriptions",

"lodash": "^4.17.11",
"web3-core-helpers": "1.0.0-beta.44",
"web3-utils": "1.0.0-beta.44"
"web3-core-helpers": "1.0.0-beta.45",
"web3-utils": "1.0.0-beta.45"
},

@@ -25,0 +25,0 @@ "files": [

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