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.2 to 7.29.0

11

eslint/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for eslint 7.28
// Type definitions for eslint 7.29
// Project: https://eslint.org

@@ -720,3 +720,3 @@ // Definitions by: Pierre-Marie Dartus <https://github.com/pmdartus>

interface ParserOptions {
ecmaVersion?: 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | undefined;
ecmaVersion?: 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | "latest" |undefined;
sourceType?: "script" | "module" | undefined;

@@ -821,2 +821,4 @@ ecmaFeatures?: {

getRulesMetaForResults(results: ESLint.LintResult[]): ESLint.LintResultData['rulesMeta'];
calculateConfigForFile(filePath: string): Promise<any>;

@@ -989,2 +991,6 @@

): void;
static only(
item: string | RuleTester.ValidTestCase | RuleTester.InvalidTestCase,
): RuleTester.ValidTestCase | RuleTester.InvalidTestCase;
}

@@ -997,2 +1003,3 @@

filename?: string | undefined;
only?: boolean;
parserOptions?: Linter.ParserOptions | undefined;

@@ -999,0 +1006,0 @@ settings?: { [name: string]: any } | undefined;

4

eslint/package.json
{
"name": "@types/eslint",
"version": "7.28.2",
"version": "7.29.0",
"description": "TypeScript definitions for eslint",

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

},
"typesPublisherContentHash": "d010b55521e5c72f41e22c0a65ea40789ef44c108b1fed8557cd62a3be6df537",
"typesPublisherContentHash": "e2557f89ae9e7e511e390df57120d359d2dcefc845227cc2c4e484114cf82209",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Thu, 21 Oct 2021 23:01:33 GMT
* Last updated: Mon, 15 Nov 2021 07:31:21 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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc