Socket
Socket
Sign inDemoInstall

@eslint/config-array

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint/config-array - npm Package Compare versions

Comparing version 0.17.0 to 0.17.1

5

dist/esm/index.js

@@ -1172,2 +1172,7 @@ // @ts-self-types="./index.d.ts"

// basePath directory can never be ignored
if (relativeDirectoryPath === "") {
return false;
}
if (relativeDirectoryPath.startsWith("..")) {

@@ -1174,0 +1179,0 @@ return true;

2

package.json
{
"name": "@eslint/config-array",
"version": "0.17.0",
"version": "0.17.1",
"description": "General purpose glob-based configuration matching.",

@@ -5,0 +5,0 @@ "author": "Nicholas C. Zakas",

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