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 0.3.3 to 0.3.4

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 0.3.4
* updated package versions
* fixes SIGINT and exit process (thanks @XrXr)
# 0.3.3

@@ -2,0 +7,0 @@

1

lib/firefox_profile.js

@@ -142,2 +142,3 @@ /**

});
process.addListener('SIGINT', process.exit);
}

@@ -144,0 +145,0 @@

20

package.json
{
"name": "firefox-profile",
"version": "0.3.3",
"version": "0.3.4",
"description": "firefox profile for selenium WebDriverJs, admc/wd or any other node selenium driver that supports capabilities",

@@ -53,2 +53,6 @@ "main": "lib/firefox_profile",

"url": "https://github.com/halo2376"
},
{
"name": "XrXr",
"url": "https://github.com/XrXr"
}

@@ -59,3 +63,3 @@ ],

"chai": "~1.9",
"chai-fs": "0.0.3",
"chai-fs": "~0.1.X",
"chai-as-promised": "~4.1.0",

@@ -66,15 +70,15 @@ "grunt": "~0.4.2",

"grunt-mocha-cov": "0.2.1",
"mocha": "~1.20.1",
"mocha": "~1.21.x",
"mocha-lcov-reporter": "0.0.1",
"request": "~2.36.0",
"request": "~2.42.x",
"sinon": "~1.10.2",
"sinon-chai": "~2.5.0",
"wd": "~0.2.5"
"wd": "~0.3.x"
},
"dependencies": {
"jetpack-id": "0.0.4",
"adm-zip": "~0.4.3",
"archiver": "~0.10",
"adm-zip": "~0.4.x",
"archiver": "~0.11",
"async": "~0.9.0",
"fs-extra": "~0.10.x",
"fs-extra": "~0.11.x",
"lazystream": "~0.1.0",

@@ -81,0 +85,0 @@ "lodash": "~2.4.1",

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