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.3.5 to 0.3.6

test/extensions/firebug-2.0.6.xpi

4

CHANGELOG.md

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

# 0.3.6
* updated package versions
# 0.3.5

@@ -2,0 +6,0 @@

12

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

@@ -54,3 +54,3 @@ "main": "lib/firefox_profile",

"blanket": "~1.1.x",
"chai": "~1.9",
"chai": "~1.9.x",
"chai-fs": "~0.1.x",

@@ -62,6 +62,6 @@ "chai-as-promised": "~4.1.x",

"grunt-mocha-cov": "~0.3.x",
"mocha": "~1.21.x",
"mocha": "~2.0.1",
"mocha-lcov-reporter": "0.0.1",
"request": "~2.45.x",
"sinon": "~1.10.x",
"request": "~2.47.x",
"sinon": "~1.11.x",
"sinon-chai": "~2.6.x",

@@ -73,3 +73,3 @@ "wd": "~0.3.x"

"adm-zip": "~0.4.x",
"archiver": "~0.11",
"archiver": "~0.12.0",
"async": "~0.9.0",

@@ -76,0 +76,0 @@ "fs-extra": "~0.12.x",

@@ -13,6 +13,5 @@ var path = require('path');

profileWithFirebug: {
extensions: [path.join(__dirname, 'extensions/firebug-2.0.1-fx.xpi')]
extensions: [path.join(__dirname, 'extensions/firebug-2.0.6.xpi')]
}
};
};
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