🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

harness

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

harness - npm Package Compare versions

Comparing version
0.0.3
to
0.0.4
+5
-5
harness.js

@@ -101,3 +101,3 @@ //

} else {
console.log(module_name.trim() + " Success!");
console.log(module_name + " Success!");
}

@@ -110,3 +110,3 @@ try {

} else {
throw module_name.trim() + " Failed!";
throw module_name + " Failed!";
}

@@ -140,7 +140,7 @@ };

} else {
throw module_name.trim() + " Failed!";
throw module_name + " Failed!";
}
group_test = test_groups.shift();
}
console.log(module_name.trim() + " Success!");
console.log(module_name + " Success!");
};

@@ -155,3 +155,3 @@

console.log("Starting [" + module_name.trim() + "] ...");
console.log("Starting [" + module_name + "] ...");
try {

@@ -158,0 +158,0 @@ int_id = setInterval(run, test_delay);

{
"name" : "harness",
"version" : "0.0.3",
"version" : "0.0.4",
"description" : "Yet another test organizer except this one works in NodeJS and Mongo 2.2's shell.",

@@ -5,0 +5,0 @@ "main" : "./harness.js",