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 2.1.1 to 2.1.2

3

CHANGELOG.md
# CHANGELOG - throttle
# 2.1.2 - 2021-07-29
### Fixed
* Fix breakage when multiple default routes are declared , thank you [Andy Richardson](https://github.com/andyrichardson) for PR [#62](https://github.com/sitespeedio/throttle/pull/62).
# 2.1.1 - 2021-03-19

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

2

lib/tc.js

@@ -7,3 +7,3 @@ 'use strict';

const result = await shell(
"sudo route | grep '^default' | grep -o '[^ ]*$' | tr -d '\n'",
"sudo route | grep -m 1 '^default' | grep -o '[^ ]*$' | tr -d '\n'",
{ shell: true }

@@ -10,0 +10,0 @@ );

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

@@ -5,0 +5,0 @@ "repository": {

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