@lskjs/log
Advanced tools
Comparing version 3.16.4 to 3.16.5
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
1297129
1
Updated@lskjs/algos@^3.16.5
Updated@lskjs/colors@^3.16.5
Updated@lskjs/env@^3.16.5
Updated@lskjs/err@^3.16.5