buster-cli
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -82,3 +82,3 @@ var bane = require("bane"); | ||
exit: function (code) { | ||
process.exit(code || 0); | ||
setTimeout(process.exit.bind(null, code || 0), 5); | ||
}, | ||
@@ -85,0 +85,0 @@ |
{ | ||
"name": "buster-cli", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Internal wrapper and util for creating CLIs in the buster project.", | ||
@@ -5,0 +5,0 @@ "author": { "name": "August Lilleaas and Christian Johansen" }, |
@@ -7,3 +7,3 @@ var buster = require("buster-test"); | ||
var busterCli = require("../lib/buster-cli"); | ||
var cliHelper = require("../lib/test-helper"); | ||
var cliHelper = require("./test-helper"); | ||
var v = busterCli.validators; | ||
@@ -592,3 +592,4 @@ | ||
assert.equals(rs.loadPath.paths().length, 2); | ||
refute.defined(rs.get("test2.js")); | ||
assert.defined(rs.get("src/1.js")); | ||
assert.defined(rs.get("test/1.js")); | ||
})); | ||
@@ -595,0 +596,0 @@ }); |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
1121
0
47515
1