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.6.0 to 1.6.1

4

lib/highkick.js

@@ -1,2 +0,2 @@

var colors = require('colors'),
var style = require('style'),
path = require('path'),

@@ -19,3 +19,3 @@ tty = require('tty'),

out = out[ arguments[i] ];
out = style[ arguments[i] ](out);
}

@@ -22,0 +22,0 @@

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

@@ -13,3 +13,3 @@ "author":"Azer Koculu <azer@kodfabrik.com>",

"dependencies":{
"colors":"0.x",
"style":"0.1.x",
"optimist":"0.x"

@@ -16,0 +16,0 @@ },

HighKick is a no-style, light-weight and powerful testing tool for NodeJS.
![Screenshot](https://github.com/downloads/azer/highkick/highkick1.5.png)
**Screenshots:**
![Screenshot 1](https://dl.dropbox.com/s/xzuwm660jqzd1vw/highkick_1.png)
![Screenshot 2](https://dl.dropbox.com/s/wjsxpt57gcwlbqb/highkick_2.png)
# Installation

@@ -6,0 +9,0 @@

@@ -26,7 +26,2 @@ var assert = require('assert'),

function testFail(callback){
// following line should produce an error
err++;
//
highkick('./fail', function(error, result){

@@ -33,0 +28,0 @@ assert.equal(i++, 2);

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