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.4 to 0.3.5

4

CHANGELOG.md

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

# 0.3.5
* updated package versions
# 0.3.4

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

2

Gruntfile.js

@@ -55,5 +55,5 @@ module.exports = function(grunt) {

grunt.registerTask('travis', ['mochacov:unit'/*, 'mochacov:coveralls'*/]);
grunt.registerTask('travis', ['mochacov:unit', 'mochacov:coveralls']);
grunt.registerTask('docs', 'apidox');
};
{
"name": "firefox-profile",
"version": "0.3.4",
"version": "0.3.5",
"description": "firefox profile for selenium WebDriverJs, admc/wd or any other node selenium driver that supports capabilities",

@@ -33,42 +33,35 @@ "main": "lib/firefox_profile",

},
"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"
}
],
"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"
}],
"devDependencies": {
"blanket": "~1.1.5",
"blanket": "~1.1.x",
"chai": "~1.9",
"chai-fs": "~0.1.X",
"chai-as-promised": "~4.1.0",
"grunt": "~0.4.2",
"chai-fs": "~0.1.x",
"chai-as-promised": "~4.1.x",
"grunt": "~0.4.x",
"grunt-apidox": "~0.1.4",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha-cov": "0.2.1",
"grunt-contrib-watch": "~0.6.x",
"grunt-mocha-cov": "~0.3.x",
"mocha": "~1.21.x",
"mocha-lcov-reporter": "0.0.1",
"request": "~2.42.x",
"sinon": "~1.10.2",
"sinon-chai": "~2.5.0",
"request": "~2.45.x",
"sinon": "~1.10.x",
"sinon-chai": "~2.6.x",
"wd": "~0.3.x"

@@ -81,10 +74,10 @@ },

"async": "~0.9.0",
"fs-extra": "~0.11.x",
"fs-extra": "~0.12.x",
"lazystream": "~0.1.0",
"lodash": "~2.4.1",
"node-uuid": "~1.4.1",
"wrench": "~1.5.1",
"xml2js": "~0.4.0",
"ini": "~1.2.1"
"wrench": "~1.5.8",
"xml2js": "~0.4.4",
"ini": "~1.3.0"
}
}
}

@@ -17,3 +17,3 @@ /*jshint camelcase:false*/

after(function(done) {
this.timeout(0);
this.timeout(20000);
browser && browser.quit().then(done);

@@ -35,3 +35,3 @@ });

describe('install extension', function() {
this.timeout(0);
this.timeout(120000);

@@ -38,0 +38,0 @@ it('should be able to install an extension in firefox and run firebug-specific javascript', function(done) {

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