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.4.0 to 3.5.0

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

3

lib/runner/app.js
var spawn = require('child_process').spawn,
self = require('../selenium-server'),
fs = require('fs'),

@@ -8,3 +9,3 @@ wd = __dirname + '/../..',

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

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

@@ -1,4 +0,10 @@

var path = require('path');
var path = require('path'),
meta = require(__dirname + '/../package.json');
module.exports = {
path: path.join(__dirname, 'runner', 'selenium-server-standalone-3.4.0.jar')
path: path.join(
__dirname,
'runner',
'selenium-server-standalone-' + meta.version + '.jar'
)
};

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

"description": "Selenium in an npm package",
"version": "3.4.0",
"version": "3.5.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