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

@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 3.8.1 to 3.9.0

5

lib/createLogger.d.ts

@@ -1,7 +0,6 @@

import Logger from './Logger.js';
import './types.js';
import { ILogger } from './types.js';
import '@lskjs/colors';
declare const createLogger: (propsOrName?: {}, props?: {}) => Logger;
declare const createLogger: (propsOrName?: {}, props?: {}) => ILogger;
export { createLogger };

@@ -1,7 +0,6 @@

import Logger from './Logger.js';
import './types.js';
import { ILogger } from './types.js';
import '@lskjs/colors';
declare const log: Logger;
declare const log: ILogger;
export { log as default, log };

8

package.json
{
"name": "@lskjs/log",
"version": "3.8.1",
"version": "3.9.0",
"description": "Yet another logger whitch combines the best features of debug, bunyan, logfmt/logrus, morgan/winston",

@@ -10,6 +10,6 @@ "author": "Igor Suvorov <hi@isuvorov.com> (https://github.com/isuvorov)",

"dependencies": {
"@lskjs/algos": "^3.8.1",
"@lskjs/algos": "^3.9.0",
"@lskjs/colors": "^3.8.1",
"@lskjs/env": "^3.8.1",
"@lskjs/err": "^3.8.1",
"@lskjs/err": "^3.9.0",
"fast-safe-stringify": "2.1.1",

@@ -66,3 +66,3 @@ "pretty-bytes": "5.6.0",

],
"gitHead": "851edc745717332b82bef5c650eb77c233d980eb"
"gitHead": "22a143f05ea47becc32b36d58e9445d1fa6099d4"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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