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

@sitespeed.io/throttle

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sitespeed.io/throttle - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

.github/workflows/install.yml

4

bin/index.js

@@ -7,4 +7,2 @@ #!/usr/bin/env node

const pkg = JSON.parse(readFileSync('./package.json'));
const profiles = {

@@ -111,3 +109,3 @@ '3g': {

} else if (argv.version) {
console.log(`${pkg.version}`);
console.log(`Unknown`);
} else {

@@ -114,0 +112,0 @@ if (argv.stop || argv._[0] === 'stop') {

# CHANGELOG - throttle
# 4.0.2 - 2022-06-21
### Fixed
* The E6 Module convertion in 4.0 broke version check ('--version') making installs failed. PR [#74](https://github.com/sitespeedio/throttle/pull/74) is a temporaty fix for that.
# 4.0.1 - 2022-06-17

@@ -4,0 +8,0 @@ ### Fixed

{
"name": "@sitespeed.io/throttle",
"version": "4.0.1",
"version": "4.0.2",
"description": "Throttle your connection",

@@ -5,0 +5,0 @@ "type": "module",

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