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.3.2 to 1.3.3

2

lib/modern-module-resolution.js

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

// and not some other spurious dependency.
if (path.join(eslintCandidateFolder, 'lib/cli-engine/cli-engine.js') === currentModule.filename) {
if (currentModule.filename.startsWith(eslintCandidateFolder + path.sep)) {
eslintFolder = eslintCandidateFolder;

@@ -61,0 +61,0 @@ break;

{
"name": "@rushstack/eslint-patch",
"version": "1.3.2",
"version": "1.3.3",
"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