Comparing version 0.0.6 to 0.0.7
{ | ||
"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" | ||
} | ||
} |
@@ -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); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
21944
13
482
0
5
5
11