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

eslint-find-rules

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-find-rules - npm Package Compare versions

Comparing version 1.13.2 to 1.14.0

3

package.json
{
"name": "eslint-find-rules",
"version": "1.13.2",
"version": "1.14.0",
"description": "Find built-in ESLint rules you don't have in your custom config.",

@@ -31,2 +31,3 @@ "main": "src/lib/rule-finder.js",

"dependencies": {
"chalk": "^1.1.3",
"cliui": "^3.2.0",

@@ -33,0 +34,0 @@ "eslint-rule-documentation": "^1.0.0",

@@ -23,2 +23,3 @@ #!/usr/bin/env node

var cli = require('../lib/cli-util')
var chalk = require('chalk')

@@ -47,3 +48,3 @@ var processExitCode = argv.u && !argv.n ? 1 : 0

rules = rules.map(function(rule) {
return [rule, getRuleURI(rule).url]
return [rule, chalk.underline(getRuleURI(rule).url)]
}).reduce(function(all, single) {

@@ -50,0 +51,0 @@ return all.concat(single)

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