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

@ctx-core/logger

Package Overview
Dependencies
Maintainers
1
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctx-core/logger - npm Package Compare versions

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"
}
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