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

leadfoot

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leadfoot - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "leadfoot",
"version": "1.0.1",
"version": "1.0.2",
"description": "Leadfoot. A JavaScript client library that brings cross-platform consistency to the Selenium WebDriver API.",

@@ -5,0 +5,0 @@ "repository": {

@@ -60,2 +60,8 @@ /* global document:false */

}
else {
// At least Selenium 2.41.0 - 2.42.2 running as a grid hub will throw an exception and drop the current
// session if a Content-Length header is not provided with a DELETE or POST request, regardless of whether
// the request actually contains any request data.
kwArgs.headers['Content-Length'] = 0;
}

@@ -62,0 +68,0 @@ var trace = {};

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