Socket
Socket
Sign inDemoInstall

firefox-profile

Package Overview
Dependencies
12
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.11 to 0.3.12

9

CHANGELOG.md

@@ -0,1 +1,8 @@

# 0.3.12
* bugfix with unziped extensions
* CI now against node 0.12 and 4.4
* updated package versions
# 0.3.11

@@ -119,2 +126,2 @@

* encoded is now asynchronous (adm-zip to node-archiver constraints to zip profile)
* encoded is now asynchronous (adm-zip to node-archiver constraints to zip profile)

@@ -593,2 +593,4 @@ /**

});
} else {
next();
}

@@ -595,0 +597,0 @@ }

70

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

@@ -17,3 +17,5 @@ "main": "lib/firefox_profile",

},
"bin" : { "firefox-profile" : "./lib/cli.js" },
"bin": {
"firefox-profile": "./lib/cli.js"
},
"repository": {

@@ -35,34 +37,26 @@ "type": "git",

},
"contributors": [
{
"name": "testingbot",
"url": "http://www.testingbot.com"
},
{
"name": "David Sturley",
"url": "https://github.com/circusbred"
},
{
"name": "Jordan Santell",
"url": "http://jsantell.com"
},
{
"name": "Piotr Kuczynski",
"url": "https://github.com/pkuczynski"
},
{
"name": "halo2376",
"url": "https://github.com/halo2376"
},
{
"name": "XrXr",
"url": "https://github.com/XrXr"
},
{
"name": "Christoph Dorn",
"url": "http://www.christophdorn.com/"
}
],
"contributors": [{
"name": "testingbot",
"url": "http://www.testingbot.com"
}, {
"name": "David Sturley",
"url": "https://github.com/circusbred"
}, {
"name": "Jordan Santell",
"url": "http://jsantell.com"
}, {
"name": "Piotr Kuczynski",
"url": "https://github.com/pkuczynski"
}, {
"name": "halo2376",
"url": "https://github.com/halo2376"
}, {
"name": "XrXr",
"url": "https://github.com/XrXr"
}, {
"name": "Christoph Dorn",
"url": "http://www.christophdorn.com/"
}],
"devDependencies": {
"blanket": "~1.1.x",
"blanket": "~1.2.x",
"chai": "~1.9.x",

@@ -84,9 +78,9 @@ "chai-fs": "~0.1.x",

"adm-zip": "~0.4.x",
"archiver": "~0.14.3",
"async": "~0.9.0",
"fs-extra": "~0.16.x",
"archiver": "~0.21.0",
"async": "~1.5.2",
"fs-extra": "~0.26.7",
"ini": "~1.3.3",
"jetpack-id": "0.0.4",
"jetpack-id": "1.0.0",
"lazystream": "~0.1.0",
"lodash": "~3.5.0",
"lodash": "~4.6.1",
"minimist": "^1.1.1",

@@ -93,0 +87,0 @@ "node-uuid": "~1.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