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.4.3 to 0.4.4

4

CHANGELOG.md

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

# 0.4.4
* package update: node-uuid --> uuid
# 0.4.3

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

3

lib/firefox_profile.js

@@ -13,5 +13,4 @@ /**

archiver = require('archiver'),
uuid = require('node-uuid'),
uuid = require('uuid'),
async = require('async'),
uuid = require('node-uuid'),
getID = require('jetpack-id'),

@@ -18,0 +17,0 @@ _ = require('lodash'),

{
"name": "firefox-profile",
"version": "0.4.3",
"version": "0.4.4",
"description": "firefox profile for selenium WebDriverJs, admc/wd or any other node selenium driver that supports capabilities",

@@ -37,27 +37,36 @@ "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"
}, {
"name": "Christoph Dorn",
"url": "http://www.christophdorn.com/"
}, {
"name": "Holger Benl",
"url": "https://github.com/hbenl"
}],
"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/"
},
{
"name": "Holger Benl",
"url": "https://github.com/hbenl"
}
],
"devDependencies": {

@@ -87,7 +96,7 @@ "blanket": "~1.2.x",

"lazystream": "~1.0.0",
"lodash": "~4.16.0",
"lodash": "~4.17.2",
"minimist": "^1.1.1",
"node-uuid": "~1.4.7",
"uuid": "^3.0.0",
"xml2js": "~0.4.4"
}
}
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