Socket
Socket
Sign inDemoInstall

aion-web3-core-subscriptions

Package Overview
Dependencies
Maintainers
5
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aion-web3-core-subscriptions - npm Package Compare versions

Comparing version 1.1.6 to 1.2.5-beta.2

6

package.json
{
"name": "aion-web3-core-subscriptions",
"namespace": "aion",
"version": "1.1.6",
"version": "1.2.5-beta.2",
"description": "Manages web3 subscriptions. This is an internal package.",

@@ -10,7 +10,7 @@ "repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-core-subscriptions",

"dependencies": {
"aion-web3-core-helpers": "1.1.6",
"aion-web3-core-helpers": "1.2.5-beta.2",
"eventemitter3": "1.1.1",
"underscore": "1.8.3"
},
"gitHead": "6cdda35e1124fb489ee6809dcd068c85ed1dfa01"
"gitHead": "713ab735d0b43801b38aee7561f504564058a105"
}

@@ -160,3 +160,3 @@ /*

if (args.length) {
throw new Error('Only a callback is allowed as parameter on an already instantiated subscription.');
throw errors.SubscriptionAlreadyInstantiated();
}

@@ -209,3 +209,3 @@

if(!this.options.requestManager.provider.on) {
var err2 = new Error('The current provider doesn\'t support subscriptions: '+ this.options.requestManager.provider.constructor.name);
var err2 = errors.NoSubscriptionSupport(this.options.requestManager.provider.constructor.name);
this.callback(err2, null, this);

@@ -212,0 +212,0 @@ this.emit('error', err2);

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