xhr-shaper
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "xhr-shaper", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Shapes your XHR requests to a max emulated bandwidth and latency, randomizes frequency of progress events", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -164,4 +164,4 @@ // This will shim the XHR object in your window and add some custom functionnality on top in the Shaper object | ||
XMLHttpRequestShim.Shaper = XHRShaper; | ||
XMLHttpRequestShim.Shaper = Shaper; | ||
module.exports = XMLHttpRequestShim; |
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
16743