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

@siteone/builder-logger

Package Overview
Dependencies
Maintainers
3
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@siteone/builder-logger - npm Package Compare versions

Comparing version 0.0.33 to 0.1.1

6

index.js

@@ -10,11 +10,11 @@ const chalk = require('chalk')

chalk[color](BLDR),
msg.includes('\n') ? msg.replace(/(\r?\n)/g, `$1${SPACER}`) : msg,
msg.includes('\n') ? msg.replace(/(\r?\n)/g, `$1${SPACER}`) : msg
)
}
module.exports = (msg) => {
module.exports = msg => {
module.exports.info(
msg.includes('@bldr')
? msg.replace(RGX, chalk.magenta.underline('$1'))
: msg,
: msg
)

@@ -21,0 +21,0 @@ }

{
"name": "@siteone/builder-logger",
"description": "Logging utility package",
"version": "0.0.33",
"version": "0.1.1",
"author": "Viktor Bezdek <viktor.bezdek@siteone.cz>",

@@ -9,3 +9,3 @@ "dependencies": {

},
"gitHead": "5fb7b3c7053c79a92c21a3e8f6e29bd94c000bad",
"gitHead": "c03fc77077a14b6c56a541535460971d077b762f",
"license": "MIT",

@@ -12,0 +12,0 @@ "main": "index.js",

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