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

@meteor-it/logger

Package Overview
Dependencies
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meteor-it/logger - npm Package Compare versions

Comparing version 2.3.7 to 2.3.8

0

index.js

@@ -0,0 +0,0 @@ "use strict";

4

package.json
{
"name": "@meteor-it/logger",
"version": "2.3.7",
"version": "2.3.8",
"description": "Most powerfull logger for node.js",

@@ -19,3 +19,3 @@ "main": "index.js",

},
"gitHead": "cc24ac9159a05a342d4b3f2fcbe16037fd8d1b8e"
"gitHead": "f98d44c1ac210a457ab3392c92be8f9d955bc319"
}

@@ -0,0 +0,0 @@ "use strict";

@@ -92,3 +92,3 @@ "use strict";

for (let string of strings) {
ret += ` \n\u001B[40m${stringifyName(nameLimit, provider.nameLimit, '|', escapeCode)}\u001B[0m${stringifyIdent(nameLimit, data.identationLength)}${string}`;
ret += ` \n\u001B[40m${stringifyName(nameLimit, provider.nameLimit, ' |', escapeCode)}\u001B[0m${stringifyIdent(nameLimit, data.identationLength)}${string}`;
//`${stringifyIdent(data.identationLength)}${stringifyName(provider.nameLimit,'|',escapeCode)} ${string}\n`;

@@ -95,0 +95,0 @@ }

@@ -95,3 +95,3 @@ import {format} from 'util';

for(let string of strings){
ret += ` \n\u001B[40m${stringifyName(nameLimit, provider.nameLimit, '|', escapeCode)}\u001B[0m${stringifyIdent(nameLimit, data.identationLength)}${string}`;
ret += ` \n\u001B[40m${stringifyName(nameLimit, provider.nameLimit, ' |', escapeCode)}\u001B[0m${stringifyIdent(nameLimit, data.identationLength)}${string}`;
//`${stringifyIdent(data.identationLength)}${stringifyName(provider.nameLimit,'|',escapeCode)} ${string}\n`;

@@ -98,0 +98,0 @@ }

Sorry, the diff of this file is not supported yet

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