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.14 to 0.0.15

8

index.js

@@ -717,2 +717,7 @@ /* eslint-disable class-methods-use-this */

isSilly ({ debugIDs, onlyEnv = false }) {
const debugEnvs = (process.env.DEBUG || '').split(/[,; ]+/);
return (!onlyEnv && this.isLevelAllowed('silly')) || [...debugIDs, '*'].some((v) => debugEnvs.includes(v));
}
getSilly ({ debugIDs, prefix = 'SILLY', onlyEnv = false }) {

@@ -725,4 +730,3 @@ const { colorBlue: cB, colorLBlue: cLB, colorCyan: cC, colorGreen: cG, colorMagenta: cM } = this;

}
const debugEnvs = (process.env.DEBUG || '').split(/[,; ]+/);
const isSilly = (!onlyEnv && this.isLevelAllowed('silly')) || [...debugIDs, '*'].some((v) => debugEnvs.includes(v));
const isSilly = this.isSilly({ debugIDs, onlyEnv })
return (msg) => {

@@ -729,0 +733,0 @@ if (!isSilly) {

{
"name": "af-echo",
"version": "0.0.14",
"version": "0.0.15",
"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