@ctx-core/logger
Advanced tools
Comparing version 3.0.14 to 3.0.15
20
chalk.js
const use_chalk = typeof window === 'undefined' && typeof require === 'function' | ||
const chalk = _chalk() | ||
export function debug__chalk() { | ||
return (console.debug || console.info).apply(console, _ARR__chalk__debug(...arguments)) | ||
return (console.debug || console.info).apply(console, _a1__chalk__debug(...arguments)) | ||
} | ||
export function log__chalk() { | ||
return console.log.apply(console, _ARR__chalk__log(...arguments)) | ||
return console.log.apply(console, _a1__chalk__log(...arguments)) | ||
} | ||
export function info__chalk() { | ||
return console.info.apply(console, _ARR__chalk__info(...arguments)) | ||
return console.info.apply(console, _a1__chalk__info(...arguments)) | ||
} | ||
export function warn__chalk() { | ||
return console.warn.apply(console, _ARR__chalk__warn(...arguments)) | ||
return console.warn.apply(console, _a1__chalk__warn(...arguments)) | ||
} | ||
export function error__chalk() { | ||
return console.error.apply(console, _ARR__chalk__error(...arguments)) | ||
return console.error.apply(console, _a1__chalk__error(...arguments)) | ||
} | ||
function _ARR__chalk__debug() { | ||
function _a1__chalk__debug() { | ||
return ( | ||
@@ -25,3 +25,3 @@ use_chalk | ||
} | ||
function _ARR__chalk__log() { | ||
function _a1__chalk__log() { | ||
return ( | ||
@@ -33,3 +33,3 @@ use_chalk | ||
} | ||
function _ARR__chalk__info() { | ||
function _a1__chalk__info() { | ||
return ( | ||
@@ -41,3 +41,3 @@ use_chalk | ||
} | ||
function _ARR__chalk__warn() { | ||
function _a1__chalk__warn() { | ||
return ( | ||
@@ -49,3 +49,3 @@ use_chalk | ||
} | ||
function _ARR__chalk__error() { | ||
function _a1__chalk__error() { | ||
return ( | ||
@@ -52,0 +52,0 @@ use_chalk |
{ | ||
"name": "@ctx-core/logger", | ||
"version": "3.0.14", | ||
"version": "3.0.15", | ||
"description": "ctx-core logger", | ||
@@ -24,6 +24,6 @@ "main": "lib.js", | ||
"dependencies": { | ||
"@ctx-core/object": "^3.3.0", | ||
"@ctx-core/object": "^4.0.0", | ||
"chalk": "^2.4.2" | ||
}, | ||
"gitHead": "6e0a03a3dbbf6b2d1aaadf94fe6250e537ae3457" | ||
"gitHead": "9678877a3da00bb1d0cceb6f5de0db0b5d40a66b" | ||
} |
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
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
2956
+ Added@ctx-core/function@8.1.0(transitive)
+ Added@ctx-core/object@4.2.2(transitive)
- Removed@ctx-core/function@6.0.0(transitive)
- Removed@ctx-core/object@3.3.0(transitive)
Updated@ctx-core/object@^4.0.0