web3-core-subscriptions
Advanced tools
Comparing version 1.0.0-beta.12 to 1.0.0-beta.13
{ | ||
"name": "web3-core-subscriptions", | ||
"version": "1.0.0-beta.12", | ||
"version": "1.0.0-beta.13", | ||
"description": "Manages web3 subscriptions. This is an internal package.", | ||
@@ -11,4 +11,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.12" | ||
"web3-core-helpers": "^1.0.0-beta.13" | ||
} | ||
} |
@@ -44,3 +44,4 @@ # web3-core-subscriptions | ||
'pendingTransactions': { | ||
params: 0 | ||
params: 0, | ||
outputFormatter: formatters.outputTransactionFormatter | ||
} | ||
@@ -47,0 +48,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
12580
59