xhr-shaper
Advanced tools
Comparing version 2.0.2 to 2.1.0
@@ -427,2 +427,4 @@ this["XHRShaper"] = | ||
module.exports = { | ||
XMLHttpRequest: _throttledXhr2.default, | ||
ThrottledXHR: _throttledXhr2.default, | ||
XHRProxy: _xhr2.default, | ||
@@ -429,0 +431,0 @@ useGlobal: useGlobal |
@@ -436,2 +436,4 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
module.exports = { | ||
XMLHttpRequest: _throttledXhr2.default, | ||
ThrottledXHR: _throttledXhr2.default, | ||
XHRProxy: _xhr2.default, | ||
@@ -438,0 +440,0 @@ useGlobal: useGlobal |
@@ -12,4 +12,6 @@ import XHRProxy from './src/xhr'; | ||
module.exports = { | ||
XMLHttpRequest: ThrottledXHR, | ||
ThrottledXHR, | ||
XHRProxy, | ||
useGlobal | ||
}; |
{ | ||
"name": "xhr-shaper", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "Shapes your XHR requests to a max emulated bandwidth and latency, randomizes frequency of progress events", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
117021
1877