New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.2 to 1.2.3

26

lib/highkick.js

@@ -68,15 +68,21 @@ var _puts = require('sys').puts,

typeof module.init != 'function' ? callTestFn(test, args, next) : module.init(options, function(error/* args to pass test functions */){
if(error) {
return callback(error);
}
try {
var mergeArgs = [0, 0];
Array.prototype.push.apply(mergeArgs, Array.prototype.slice.call(arguments, 1));
args.splice.apply(args, mergeArgs);
typeof module.init != 'function' ? callTestFn(test, args, next) : module.init(options, function(error/* args to pass test functions */){
if(error) {
return callback(error);
}
callTestFn(test, args, next);
});
var mergeArgs = [0, 0];
Array.prototype.push.apply(mergeArgs, Array.prototype.slice.call(arguments, 1));
args.splice.apply(args, mergeArgs);
callTestFn(test, args, next);
});
} catch(error) {
callback(error);
}
})(0);

@@ -83,0 +89,0 @@ }

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

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

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