Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fx-runner

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fx-runner - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

README.md

5

package.json
{
"name": "fx-runner",
"version": "0.0.6",
"version": "0.0.7",
"description": "A node cli to control Firefox",

@@ -31,4 +31,5 @@ "main": "index.js",

"dive": "0.3.1",
"mocha": "2.1.0"
"mocha": "2.1.0",
"sandboxed-module": "2.0.0"
}
}

1

test/run.js

@@ -15,2 +15,3 @@ /* This Source Code Form is subject to the terms of the Mozilla Public

require.resolve("./run/test.run.js"),
require.resolve("./run/test.utils.js"),
].sort().forEach(function(filepath) {

@@ -17,0 +18,0 @@ filepath && mocha.addFile(filepath);

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