@sitespeed.io/throttle
Advanced tools
Comparing version 2.1.1 to 2.1.2
# 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 |
@@ -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": { |
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
25585