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

@getgauge/cli

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getgauge/cli - npm Package Compare versions

Comparing version 1.5.3 to 1.5.4

2

package.json

@@ -34,3 +34,3 @@ {

},
"version": "1.5.3"
"version": "1.5.4"
}

@@ -28,4 +28,6 @@ #!/usr/bin/env node

downloadFollowingRedirect(res.headers.location, resolve, reject);
res.resume()
} else if (res.statusCode >= 400) {
reject(new Error(`Unable to download '${url}' : ${res.statusCode}-'${res.statusMessage}'`));
res.resume()
} else {

@@ -32,0 +34,0 @@ const chunks = [];

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