Socket
Socket
Sign inDemoInstall

@lskjs/log

Package Overview
Dependencies
Maintainers
11
Versions
260
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lskjs/log - npm Package Compare versions

Comparing version 2.66.0 to 2.66.1

4

package.json
{
"name": "@lskjs/log",
"version": "2.66.0",
"version": "2.66.1",
"description": "Логгер совмещающий лучшие черты debug, bunyan, logfmt/logrus, morgan/winston, ",

@@ -55,3 +55,3 @@ "keywords": [],

},
"gitHead": "5cefd6d296a2e26e605506d93db6e3df480c23f2"
"gitHead": "31d697d3c447f4ecf69c111a7fcc9c207c59bcc4"
}

@@ -75,2 +75,3 @@ "use strict";

var format = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
if (typeof ms !== 'number') return "".concat(ms);
var colorName = ms >= 10 * 1000 ? 'error' : ms >= 3 * 1000 ? 'warn' : null;

@@ -88,2 +89,3 @@ var formats = ['m', 's', 'ms'];

var seperator = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
if (typeof bytes !== 'number') return "".concat(bytes);

@@ -90,0 +92,0 @@ var _prettyBytes$split = (0, _prettyBytes2["default"])(bytes, {

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