Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xhr-shaper

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xhr-shaper - npm Package Compare versions

Comparing version 2.0.2 to 2.1.0

2

dist/XHRShaper.this.js

@@ -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
};

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc