Socket
Socket
Sign inDemoInstall

@types/eslint

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/eslint - npm Package Compare versions

Comparing version 8.21.2 to 8.21.3

5

eslint/index.d.ts

@@ -786,4 +786,5 @@ // Type definitions for eslint 8.21

type Severity = 0 | 1 | 2;
type StringSeverity = "off" | "warn" | "error";
type RuleLevel = Severity | "off" | "warn" | "error";
type RuleLevel = Severity | StringSeverity;
type RuleLevelAndOptions<Options extends any[] = any[]> = Prepend<Partial<Options>, RuleLevel>;

@@ -1060,3 +1061,3 @@

plugins?: Record<string, Plugin> | undefined;
reportUnusedDisableDirectives?: Linter.RuleLevel | undefined;
reportUnusedDisableDirectives?: Linter.StringSeverity | undefined;
resolvePluginsRelativeTo?: string | undefined;

@@ -1063,0 +1064,0 @@ rulePaths?: string[] | undefined;

6

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

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

},
"typesPublisherContentHash": "d5f11c1b5a0a563ac8446d6057e6138c6c2626962d90ceca137a07fea994af87",
"typeScriptVersion": "4.2",
"typesPublisherContentHash": "492598a5134b6fba0687dc3aac61537d01ed91aa816c0516a6e8b0b9d08cca2f",
"typeScriptVersion": "4.3",
"exports": {

@@ -55,0 +55,0 @@ ".": {

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

### Additional Details
* Last updated: Mon, 13 Mar 2023 19:34:56 GMT
* Last updated: Sun, 19 Mar 2023 19:33:58 GMT
* Dependencies: [@types/estree](https://npmjs.com/package/@types/estree), [@types/json-schema](https://npmjs.com/package/@types/json-schema)

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

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