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

jshint-stylish

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

jshint-stylish - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

2

package.json
{
"name": "jshint-stylish",
"version": "0.2.0",
"version": "0.3.0",
"description": "Stylish reporter for JSHint",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -23,3 +23,3 @@ 'use strict';

chalk.gray('col ' + err.character),
isError ? chalk.red(err.reason) : chalk.blue(err.reason)
isError ? chalk.red(err.reason) : (process.platform !== 'win32' ? chalk.blue(err.reason) : chalk.cyan(err.reason))
];

@@ -26,0 +26,0 @@

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