web3-core-subscriptions
Advanced tools
Comparing version 1.0.0-beta.29 to 1.0.0-beta.30
{ | ||
"name": "web3-core-subscriptions", | ||
"namespace": "ethereum", | ||
"version": "1.0.0-beta.29", | ||
"version": "1.0.0-beta.30", | ||
"description": "Manages web3 subscriptions. This is an internal package.", | ||
@@ -12,4 +12,4 @@ "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-core-subscriptions", | ||
"underscore": "1.8.3", | ||
"web3-core-helpers": "1.0.0-beta.29" | ||
"web3-core-helpers": "1.0.0-beta.30" | ||
} | ||
} |
@@ -298,2 +298,5 @@ /* | ||
_this.emit('error', err); | ||
} else { | ||
// emit the event even if no callback was provided | ||
_this.emit('error', err); | ||
} | ||
@@ -300,0 +303,0 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13362
322
+ Addedweb3-core-helpers@1.0.0-beta.30(transitive)
+ Addedweb3-eth-iban@1.0.0-beta.30(transitive)
+ Addedweb3-utils@1.0.0-beta.30(transitive)
- Removedweb3-core-helpers@1.0.0-beta.29(transitive)
- Removedweb3-eth-iban@1.0.0-beta.29(transitive)
- Removedweb3-utils@1.0.0-beta.29(transitive)