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

zaq

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zaq - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "zaq",
"version": "0.0.3",
"version": "0.0.4",
"description": "Yet another fun little logging utility.",

@@ -5,0 +5,0 @@ "main": "zaq.js",

@@ -19,8 +19,5 @@ var zaq = require('./zaq.js');

zaq.time('This thing took 10 seconds.');
zaq.space('Double line breaks! Some lines follow:');
zaq.space(zaq.lines);
zaq.divider('I\'m a divider.');
zaq.divider('I\'m a divider too!', '~');
zaq.json('I\'m JSON with a label', sampleJSON);
zaq.json(sampleJSON);

@@ -27,0 +24,0 @@ var cloq = new zaq.cloq('Timerunner');

@@ -22,3 +22,3 @@ var jawn = require('node-jawn');

zaq.time = function (x) {
return zaq.log(chalk.bold.cyan(' ⏳ TIME: '), x);
return zaq.log(chalk.bold.cyan(' ~ TIME: '), x);
}

@@ -25,0 +25,0 @@ zaq.pretty = function (content) {

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