Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "eth-lib", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Lightweight Ethereum libraries", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
const njsp = require("nano-json-stream-parser"); | ||
const EthereumProvider = (url, intercept) => { | ||
intercept = intercept || () => {}; | ||
let api = {}; | ||
@@ -5,0 +7,0 @@ let onResponse = {}; |
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
48577
1167