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

highkick

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

highkick - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

17

lib/highkick.js

@@ -73,3 +73,3 @@ var colors = require('colors');

var cb = genTestCallback(testsuite, test, function(error){
callback && callback(error);
testsuite.options.ordered && callback(error);
});

@@ -81,3 +81,4 @@

if (error) {
throw error;
testsuite.callback(error);
return;
}

@@ -92,2 +93,3 @@

!testsuite.options.ordered && callback();
});

@@ -163,12 +165,3 @@ }

try {
if(options.ordered){
call(next);
} else {
call();
next();
}
} catch(executionError) {
testsuite.callback(executionError);
}
call(next);

@@ -175,0 +168,0 @@ })(0);

{
"name":"highkick",
"version":"1.4.1",
"version":"1.4.2",
"description":"Asynchronous, no-style, super simple testing tool.",

@@ -5,0 +5,0 @@ "author":"Azer Koculu <azer@kodfabrik.com>",

@@ -20,3 +20,2 @@ var assert = require('assert'),

highkick({ module:require('./init_fail'), 'silent':0, 'name':'init_fail' }, function(error, result){
console.log('@', error);
assert.ok(error);

@@ -23,0 +22,0 @@ callback();

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