@browseth/jsonrpc-request-queue
Advanced tools
Comparing version 1.0.2 to 1.0.5
@@ -220,3 +220,2 @@ 'use strict'; | ||
this.interval = setInterval(this.flush, this.timeout); | ||
if (typeof this.interval.unref === 'function') this.interval.unref(); | ||
}; | ||
@@ -223,0 +222,0 @@ |
@@ -214,3 +214,2 @@ import _setImmediate from 'babel-runtime/core-js/set-immediate'; | ||
this.interval = setInterval(this.flush, this.timeout); | ||
if (typeof this.interval.unref === 'function') this.interval.unref(); | ||
}; | ||
@@ -217,0 +216,0 @@ |
@@ -37,3 +37,2 @@ import 'isomorphic-fetch' | ||
this.interval = setInterval(this.flush, this.timeout) | ||
if (typeof this.interval.unref === 'function') this.interval.unref() | ||
} | ||
@@ -40,0 +39,0 @@ |
{ | ||
"name": "@browseth/jsonrpc-request-queue", | ||
"version": "1.0.2", | ||
"version": "1.0.5", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "browser": "build/browser.js", | ||
}, | ||
"gitHead": "ff00b0e69911525b0ddb55312ea5357f77c13c76" | ||
"gitHead": "f4a286ac31f3c19052ec154f456d6032ae35e751" | ||
} |
Sorry, the diff of this file is too big to display
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
451811
7991