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

grunt-selenium-server

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-selenium-server - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "grunt-selenium-server",
"version": "0.1.1",
"version": "0.1.2",
"description": "Grunt task to start/stop a local Selenium standalon server.",

@@ -5,0 +5,0 @@ "main": "Gruntfile.js",

@@ -39,3 +39,3 @@

request(options.downloadUrl).on('response', function (res) {
if(res.statusCode >= 200 && res.statusCode < 300) {
if(res.statusCode > 200 && res.statusCode < 300) {
grunt.fail.fatal(options.downloadUrl + " returns " + res.statusCode);

@@ -42,0 +42,0 @@ }

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