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 1.4.1 to 1.4.2

2

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

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

@@ -72,3 +72,3 @@ const fs = require('fs');

zaq.flag = logType({
style: 'cyan',
style: 'magenta',
prefix: '⌘ FLAG:',

@@ -97,3 +97,3 @@ level: 'info'

zaq.debug = logType({
style: 'magenta',
style: 'cyan',
prefix: '◆ DEBUG:',

@@ -100,0 +100,0 @@ level: 'debug'

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