New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

zouti

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zouti - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

6

lib/zouti.js

@@ -10,3 +10,3 @@

"use strict";
var bench, clc, crypto, doNothing, kindOf, kindsOf, log, md5, oBenches, sha1, sha256, sha512, sleep, uuid, whirlpool, _hash;
var bench, clc, clearConsole, crypto, doNothing, kindOf, kindsOf, log, md5, oBenches, sha1, sha256, sha512, sleep, uuid, whirlpool, _hash;

@@ -51,2 +51,6 @@ crypto = require("crypto");

exports.clearConsole = clearConsole = function() {
return console.log("\u001B[2J\u001B[0;0f");
};
oBenches = {};

@@ -53,0 +57,0 @@

9

package.json
{
"name": "zouti",
"description": "Useful tools & functions we use on every krkn projects.",
"version": "0.1.1",
"version": "0.2.0",
"keywords": [

@@ -42,6 +42,5 @@ "krkn",

"grunt-contrib-coffee": "~0.10",
"grunt-contrib-jshint": "~0.10",
"grunt-contrib-watch": "~0.6",
"grunt-contrib-jshint": "~0.6",
"grunt-contrib-watch": "~0.5",
"grunt": "~0.4",
"grunt-bumpup": "~0.6",
"matchdep": "~0.3",

@@ -51,4 +50,4 @@ "grunt-coffeelint": "0.0"

"dependencies": {
"cli-color": "~0.3"
"cli-color": "~0.2"
}
}

@@ -30,2 +30,6 @@ # zouti

### zouti.clearConsole()
Clear the console by sending the string `\u001B[2J\u001B[0;0f` to it.
### zouti.bench( name, log )

@@ -62,3 +66,4 @@

* **0.0.1**: initial release (05/03/2014)
* **0.1.0**: refactor bench method (08/06/2014)
* **0.1.0**: refactor `bench` method (08/06/2014)
* **0.2.0**: add `clearConsole` method (03/10/2014)

@@ -65,0 +70,0 @@ ## License

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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