New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-find-new-rules

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-find-new-rules - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "eslint-find-new-rules",
"version": "1.0.1",
"version": "1.0.2",
"description": "Use this to save yourself some time when working on a webpack configuration.",

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

# eslint-find-new-rules
Use this for your own [ESLint](http://eslint.org/) [sharable configuration](http://eslint.org/docs/developer-guide/shareable-configs)
Use this for your own [ESLint](http://eslint.org/) [shareable configuration](http://eslint.org/docs/developer-guide/shareable-configs)
to identify built-in ESLint rules that you're not explicitly configuring.

@@ -24,3 +24,3 @@

"scripts": {
"find-new-rules": "eslint-find-new-rules eslint-config-yourconfigname"
"find-new-rules": "eslint-find-new-rules eslint-config-yourConfigName"
}

@@ -41,3 +41,3 @@ ...

This is resolved relative to the `process.cwd()` which, in the context of npm scripts is always the location of you `package.json`.
This is resolved relative to the `process.cwd()` which, in the context of npm scripts is always the location of your `package.json`.

@@ -44,0 +44,0 @@ ### Absolute Path

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