New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

selenium-server

Package Overview
Dependencies
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

selenium-server - npm Package Compare versions

Comparing version 3.3.1 to 3.4.0

lib/runner/selenium-server-standalone-3.4.0.jar

2

lib/runner/app.js

@@ -8,3 +8,3 @@ var spawn = require('child_process').spawn,

'java',
['-jar', __dirname + '/selenium-server-standalone-3.3.1.jar'].concat(args)
['-jar', __dirname + '/selenium-server-standalone-3.4.0.jar'].concat(args)
),

@@ -11,0 +11,0 @@ ok = false,

var path = require('path');
module.exports = {
path: path.join(__dirname, 'runner', 'selenium-server-standalone-3.3.1.jar')
path: path.join(__dirname, 'runner', 'selenium-server-standalone-3.4.0.jar')
};

@@ -11,3 +11,3 @@ {

"description": "Selenium in an npm package",
"version": "3.3.1",
"version": "3.4.0",
"keywords": [

@@ -14,0 +14,0 @@ "bdd",

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