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.44.0 to 2.44.1

5

lib/runner/app.js

@@ -29,1 +29,6 @@ var util = require('util'),

selenium.stderr.pipe(err);
process.on("SIGTERM", function () {
selenium.kill("SIGTERM");
process.exit(1);
});

2

package.json

@@ -10,3 +10,3 @@ {

"description": "Selenium in an npm package",
"version": "2.44.0",
"version": "2.44.1",
"keywords": [

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