Socket
Socket
Sign inDemoInstall

@rushstack/eslint-patch

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/eslint-patch - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

2

lib/eslint-bulk-suppressions/bulk-suppressions-patch.js

@@ -90,3 +90,3 @@ "use strict";

function findEslintrcDirectory(fileAbsolutePath) {
for (let currentDir = fileAbsolutePath; currentDir !== exports.GitRootPath; currentDir = path_1.default.dirname(currentDir))
for (let currentDir = fileAbsolutePath; currentDir.startsWith(exports.GitRootPath); currentDir = path_1.default.dirname(currentDir))
if (['.eslintrc.js', '.eslintrc.cjs'].some((eslintrc) => fs_1.default.existsSync(path_1.default.join(currentDir, eslintrc))))

@@ -93,0 +93,0 @@ return currentDir;

{
"name": "@rushstack/eslint-patch",
"version": "1.6.0",
"version": "1.6.1",
"description": "A patch that improves how ESLint loads plugins when working in a monorepo with a reusable toolchain",

@@ -5,0 +5,0 @@ "main": "lib/usage.js",

Sorry, the diff of this file is not supported yet

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