Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

achoo

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

achoo - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

6

lib/formatter.js

@@ -85,6 +85,4 @@ const chalk = require('chalk');

if (transform) {
output = output.replace(
new RegExp(`<${key}>`, 'g'),
transform(meta[key]),
);
const args = !Array.isArray(meta[key]) ? [meta[key]] : [...meta[key]];
output = output.replace(new RegExp(`<${key}>`, 'g'), transform(...args));
}

@@ -91,0 +89,0 @@ });

{
"name": "achoo",
"version": "1.2.2",
"version": "1.2.3",
"description": "A little Node.js logging tool that is easily configured via JSON.",

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

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