Socket
Socket
Sign inDemoInstall

firefox-profile

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firefox-profile - npm Package Compare versions

Comparing version 0.2.11 to 0.2.12

2

CHANGELOG.md

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

# 0.2.11
# 0.2.12

@@ -3,0 +3,0 @@ * catching profileDir delete errors on exit

@@ -12,3 +12,2 @@ 'use strict';

uuid = require('node-uuid'),
Readable = require('lazystream').Readable,
async = require('async'),

@@ -201,3 +200,3 @@ uuid = require('node-uuid'),

} catch (e) {
console.warn('[firefox-profile] cannot delete profileDir on exit', profileDir, e);
console.warn('[firefox-profile] cannot delete profileDir on exit', this.profileDir, e);
}

@@ -204,0 +203,0 @@ }

{
"name": "firefox-profile",
"version": "0.2.11",
"version": "0.2.12",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc