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.6.0 to 0.7.0

4

index.js

@@ -16,7 +16,7 @@ const chalk = require('chalk')

module.exports = msg => {
module.exports = (msg) => {
module.exports.info(
msg.includes('@bldr')
? msg.replace(RGX, chalk.magenta.underline('$1'))
: msg
: msg,
)

@@ -23,0 +23,0 @@ }

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

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

"scripts": {},
"gitHead": "bf2bde0d6e746a0cb7c8159ef68554bb2740f35b"
"gitHead": "b3901041c309b7ba1f72885186f4e23c54cc400c"
}
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