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

af-echo

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

af-echo - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

7

index.js

@@ -722,4 +722,5 @@ /* eslint-disable class-methods-use-this */

getSilly ({ debugIDs, prefix = 'SILLY', onlyEnv = false }) {
getSilly ({ debugIDs, prefix = 'SILLY', onlyEnv = false, color }) {
const { colorBlue: cB, colorLBlue: cLB, colorCyan: cC, colorGreen: cG, colorMagenta: cM } = this;
const prefixColor = color || cM;
if (debugIDs && typeof debugIDs === 'string') {

@@ -730,3 +731,3 @@ debugIDs = [debugIDs];

}
const isSilly = this.isSilly({ debugIDs, onlyEnv })
const isSilly = this.isSilly({ debugIDs, onlyEnv });
return (msg) => {

@@ -742,3 +743,3 @@ if (!isSilly) {

}
const pfx = `${cM}[${prefix}]${cG}`;
const pfx = `${prefixColor}[${prefix}]${cG}`;
this.info(pfx, msg);

@@ -745,0 +746,0 @@ };

{
"name": "af-echo",
"version": "0.0.15",
"version": "0.0.16",
"description": "A highly specialized function library",

@@ -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