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

selenium-standalone

Package Overview
Dependencies
Maintainers
1
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

selenium-standalone - npm Package Compare versions

Comparing version 2.43.1-5 to 2.44.0

6

conf.js
var path = require('path');
// see http://selenium-release.storage.googleapis.com/index.html for latest
var version = '2.43.1';
var version = '2.44.0';

@@ -14,3 +14,3 @@ module.exports = {

// see http://chromedriver.storage.googleapis.com/index.html
v: '2.11'
v: '2.12'
},

@@ -20,5 +20,5 @@ ieDr: {

// see http://selenium-release.storage.googleapis.com/index.html
v: '2.43.0',
v: '2.44.0',
arch: process.env.IEDRIVER_ARCH !== undefined ? process.env.IEDRIVER_ARCH : process.arch
}
};
{
"name": "selenium-standalone",
"version": "2.43.1-5",
"version": "2.44.0",
"description": "installs a `start-selenium` command line to start a standalone selenium server with chrome-driver",

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

@@ -12,3 +12,3 @@ # selenium-standalone

Currently installs selenium `2.43.1`, chrome driver `2.11` and internet explorer driver `2.43.0`.
Currently installs selenium `2.44.0`, chrome driver `2.12` and internet explorer driver `2.44.0`.

@@ -15,0 +15,0 @@ ```shell

@@ -8,3 +8,3 @@ describe('programmatic use', function () {

// selenium 2.43.1 now outputs its info log on stderr
// since selenium 2.43.1, selenium now outputs its info log on stderr
['stderr', 'stdout'].forEach(function(output) {

@@ -26,2 +26,2 @@ proc[output].on('data', function seleniumSays(data) {

})
});
});
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