Socket
Socket
Sign inDemoInstall

@eslint/eslintrc

Package Overview
Dependencies
26
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

4

lib/config-array/ignore-pattern.js

@@ -159,4 +159,4 @@ /**

);
const ig = ignore().add([...DotPatterns, ...patterns]);
const dotIg = ignore().add(patterns);
const ig = ignore({ allowRelativePaths: true }).add([...DotPatterns, ...patterns]);
const dotIg = ignore({ allowRelativePaths: true }).add(patterns);

@@ -163,0 +163,0 @@ debug(" processed: %o", { basePath, patterns });

{
"name": "@eslint/eslintrc",
"version": "1.2.0",
"version": "1.2.1",
"description": "The legacy ESLintRC config file format for ESLint",

@@ -72,3 +72,3 @@ "type": "module",

"globals": "^13.9.0",
"ignore": "^4.0.6",
"ignore": "^5.2.0",
"import-fresh": "^3.2.1",

@@ -75,0 +75,0 @@ "js-yaml": "^4.1.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc