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 7.28.0 to 7.28.1

14

eslint/index.d.ts

@@ -600,10 +600,18 @@ // Type definitions for eslint 7.28

type ReportFixer = (fixer: RuleFixer) => null | Fix | IterableIterator<Fix> | Fix[];
interface ReportDescriptorOptionsBase {
data?: { [key: string]: string } | undefined;
data?: { [key: string]: string };
fix?: null | ((fixer: RuleFixer) => null | Fix | IterableIterator<Fix> | Fix[]) | undefined;
fix?: null | ReportFixer;
}
interface SuggestionReportOptions {
data?: { [key: string]: string };
fix: ReportFixer;
}
type SuggestionDescriptorMessage = { desc: string } | { messageId: string };
type SuggestionReportDescriptor = SuggestionDescriptorMessage & ReportDescriptorOptionsBase;
type SuggestionReportDescriptor = SuggestionDescriptorMessage & SuggestionReportOptions;

@@ -610,0 +618,0 @@ interface ReportDescriptorOptions extends ReportDescriptorOptionsBase {

{
"name": "@types/eslint",
"version": "7.28.0",
"version": "7.28.1",
"description": "TypeScript definitions for eslint",

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

},
"typesPublisherContentHash": "adf659c6b648623f69f4a421e6eebb913ca1a4713274e38e6a716eb9ffad2b07",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "ead3341b417b1fe8a2825d96ddb954f3dad2633c5eb166e057c130a2c7db3605",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Tue, 13 Jul 2021 00:01:19 GMT
* Last updated: Fri, 08 Oct 2021 17:01:24 GMT
* Dependencies: [@types/json-schema](https://npmjs.com/package/@types/json-schema), [@types/estree](https://npmjs.com/package/@types/estree)

@@ -14,0 +14,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc