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 2.48.2 to 2.48.3

.idea/encodings.xml

3

lib/runner/app.js

@@ -1,3 +0,2 @@

var util = require('util'),
spawn = require('child_process').spawn,
var spawn = require('child_process').spawn,
fs = require('fs'),

@@ -4,0 +3,0 @@ wd = __dirname + '/../..',

@@ -6,7 +6,8 @@ {

"Dariusz Siedlecki <datrio@gmail.com>",
"Artemy Tregubenko <me@arty.name>"
"Artemy Tregubenko <me@arty.name>",
"Igor Muchychka <mucsi_96@yahoo.com>"
],
"name": "selenium-server",
"description": "Selenium in an npm package",
"version": "2.48.2",
"version": "2.48.3",
"keywords": [

@@ -20,2 +21,3 @@ "bdd",

],
"main": "lib/selenium-server.js",
"bin": {

@@ -22,0 +24,0 @@ "selenium": "./bin/selenium"

@@ -12,1 +12,15 @@ # Intro

selenium &
#Running via node
The package exports a `path` string that contains the path to the
selenium server binary/executable.
Below is an example of using this package via node.
```javascript
var seleniumServer = require('selenium-server');
var binPath = seleniumServer.path;
console.log(binPath);
...
```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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