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

snazzy

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snazzy - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

4

index.js

@@ -71,3 +71,3 @@ module.exports = CompactToStylishStream

message.message.replace(/\.$/, ''),
chalk.gray(message.ruleId || '')
chalk.dim(message.ruleId || '')
]

@@ -83,3 +83,3 @@ }),

return el.replace(/(\d+)\s+(\d+)/, function (m, p1, p2) {
return chalk.gray(p1 + ':' + p2)
return chalk.dim(p1 + ':' + p2)
})

@@ -86,0 +86,0 @@ }).join('\n') + '\n\n'

{
"name": "snazzy",
"description": "Format JavaScript Standard Style as Stylish (i.e. snazzy) output",
"version": "4.0.0",
"version": "4.0.1",
"author": {

@@ -6,0 +6,0 @@ "name": "Feross Aboukhadijeh",

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