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
1
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 2.35.0 to 2.38.0

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

3

lib/runner/app.js

@@ -5,6 +5,7 @@ var util = require('util'),

wd = __dirname + '/../..',
args = process.argv.slice(2),
selenium
= spawn(
'java',
['-jar', __dirname + '/selenium-server-standalone-2.35.0.jar']
['-jar', __dirname + '/selenium-server-standalone-2.38.0.jar'].concat(args)
),

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

{
"author": "Didit Tech <developers@didit.com>",
"contributors": [
"Eugene Ware <eugene@noblesamurai.com>"
"Eugene Ware <eugene@noblesamurai.com>",
"Dariusz Siedlecki <datrio@gmail.com>"
],
"name": "selenium-server",
"description": "Selenium in an npm package",
"version": "2.35.0",
"version": "2.38.0",
"keywords": [

@@ -10,0 +11,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