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

@lskjs/log

Package Overview
Dependencies
Maintainers
12
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.16.4 to 3.16.5

58

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

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

],
"private": false,
"dependencies": {
"@lskjs/algos": "^3.16.4",
"@lskjs/colors": "^3.16.4",
"@lskjs/env": "^3.16.4",
"@lskjs/err": "^3.16.4",
"@lskjs/algos": "^3.16.5",
"@lskjs/colors": "^3.16.5",
"@lskjs/env": "^3.16.5",
"@lskjs/err": "^3.16.5",
"fast-safe-stringify": "2.1.1",

@@ -23,19 +22,5 @@ "pretty-bytes": "5.6.0",

},
"devDependencies": {
"@types/pretty-time": "1.1.2",
"@types/split": "1.0.2",
"@types/through": "0.0.30",
"logfmt": "1.3.2"
},
"optionalDependencies": {
"logfmt": "1.3.2"
},
"//": "///////////========================/////////========================/////////========================//////////",
"prettier": "@lskjs/eslint-config/prettier",
"eslintConfig": {
"extends": "@lskjs/eslint-config"
},
"jest": {
"preset": "@lskjs/jest-config"
},
"files": [

@@ -64,25 +49,2 @@ "bin",

},
"size-limit": [
{
"path": "lib/index.js",
"limit": "11kb"
},
{
"path": "lib/index.mjs",
"limit": "11kb"
},
{
"path": "lib/pretty/prettyFormat.mjs",
"limit": "10kb"
},
{
"path": "lib/pretty/prettyRawLog.mjs",
"limit": "11kb"
},
{
"path": "lib/themeize.mjs",
"limit": "3.1kb"
}
],
"///": "//////////========================/////////========================/////////========================/////////",
"repository": "https://github.com/lskjs/lskjs/tree/master//libs/log",

@@ -106,9 +68,3 @@ "homepage": "https://github.com/lskjs/lskjs/tree/master//libs/log",

],
"////": "/////////========================/////////========================/////////========================/////////",
"scripts": {
"dev": " lsk run dev",
"build": " lsk run build",
"test": " lsk run test",
"release": " lsk run release"
}
}
"gitHead": "77a0fb26661eb4464eef5bc379f6cd72d42c3261"
}
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