Socket
Socket
Sign inDemoInstall

@types/eslint

Package Overview
Dependencies
2
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.56.8 to 8.56.9

6

eslint/index.d.ts

@@ -1218,4 +1218,2 @@ /// <reference path="helpers.d.ts" />

type FlatConfigFileSpec = string | ((filePath: string) => boolean);
interface FlatConfig<Rules extends RulesRecord = RulesRecord> {

@@ -1233,3 +1231,3 @@ /**

*/
files?: Array<FlatConfigFileSpec | FlatConfigFileSpec[]>;
files?: Array<string | string[]>;

@@ -1241,3 +1239,3 @@ /**

*/
ignores?: FlatConfigFileSpec[];
ignores?: string[];

@@ -1244,0 +1242,0 @@ /**

{
"name": "@types/eslint",
"version": "8.56.8",
"version": "8.56.9",
"description": "TypeScript definitions for eslint",

@@ -68,4 +68,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint",

},
"typesPublisherContentHash": "62d57f5386075275b6b9bf8341410be06c06e489af963b0ae16a9be3ff14c307",
"typesPublisherContentHash": "fca313ad4cad791fcfba0e6d32d0588e2935013152bb3b926c09b41fbbbcced8",
"typeScriptVersion": "4.7"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 11 Apr 2024 10:07:33 GMT
* Last updated: Fri, 12 Apr 2024 05:07:19 GMT
* Dependencies: [@types/estree](https://npmjs.com/package/@types/estree), [@types/json-schema](https://npmjs.com/package/@types/json-schema)

@@ -14,0 +14,0 @@

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