Socket
Socket
Sign inDemoInstall

firefox-profile

Package Overview
Dependencies
11
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 4.2.1

5

CHANGELOG.md

@@ -0,1 +1,5 @@

# 4.2.1
- better cleanOnExit, thanks to @Gusted
# 4.2.0

@@ -9,2 +13,3 @@

- update deps, thanks to @fregante
# 4.0.0

@@ -11,0 +16,0 @@

2

lib/firefox_profile.js

@@ -288,3 +288,3 @@ /**

try {
fs.removeSync(this.profileDir);
fs.rmSync(this.profileDir, {recursive: true, force: true});
} catch (e) {

@@ -291,0 +291,0 @@ console.warn(

{
"name": "firefox-profile",
"version": "4.2.0",
"version": "4.2.1",
"description": "firefox profile for selenium WebDriverJs, admc/wd or any other node selenium driver that supports capabilities",

@@ -5,0 +5,0 @@ "main": "lib/firefox_profile",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc