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.4.4 to 8.4.5

12

eslint/index.d.ts

@@ -555,11 +555,11 @@ // Type definitions for eslint 8.4

docs?: {
/** provides the short description of the rule in the [rules index](https://eslint.org/docs/rules/) */
/** Provides the short description of the rule in the [rules index](https://eslint.org/docs/rules/) */
description?: string | undefined;
/** specifies the heading under which the rule is listed in the [rules index](https://eslint.org/docs/rules/) */
/** Specifies the heading under which the rule is listed in the [rules index](https://eslint.org/docs/rules/) */
category?: string | undefined;
/** is whether the `"extends": "eslint:recommended"` property in a [configuration file](https://eslint.org/docs/user-guide/configuring#extending-configuration-files) enables the rule */
/** Is whether the `"extends": "eslint:recommended"` property in a [configuration file](https://eslint.org/docs/user-guide/configuring#extending-configuration-files) enables the rule */
recommended?: boolean | undefined;
/** specifies the URL at which the full documentation can be accessed */
/** Specifies the URL at which the full documentation can be accessed */
url?: string | undefined;
/** specifies whether rules can return suggestions (defaults to false if omitted) */
/** Specifies whether rules can return suggestions (defaults to false if omitted) */
suggestion?: boolean | undefined;

@@ -572,3 +572,3 @@ } | undefined;

type?: "problem" | "suggestion" | "layout" | undefined;
/** specifies whether rules can return suggestions (defaults to false if omitted) */
/** Specifies whether rules can return suggestions (defaults to false if omitted) */
hasSuggestions?: boolean | undefined;

@@ -575,0 +575,0 @@ }

{
"name": "@types/eslint",
"version": "8.4.4",
"version": "8.4.5",
"description": "TypeScript definitions for eslint",

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

},
"typesPublisherContentHash": "4255333edf60da2fccfa64cb4f7eb5df252263c2727cc5605ccaf68bf039fde8",
"typesPublisherContentHash": "b0eb8273aab0241131ce07d2a5be9928c33a435e8ae28f856c74035c96114c9b",
"typeScriptVersion": "4.0",

@@ -54,0 +54,0 @@ "exports": {

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

### Additional Details
* Last updated: Thu, 30 Jun 2022 19:02:27 GMT
* Last updated: Thu, 30 Jun 2022 21:32:21 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