Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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 7.2.1 to 7.2.2

6

eslint/index.d.ts

@@ -289,6 +289,12 @@ // Type definitions for eslint 7.2

docs?: {
/** provides the short description of the rule in the [rules index](https://eslint.org/docs/rules/) */
description?: string;
/** specifies the heading under which the rule is listed in the [rules index](https://eslint.org/docs/rules/) */
category?: string;
/** 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;
/** specifies the URL at which the full documentation can be accessed */
url?: string;
/** specifies whether rules can return suggestions (defaults to false if omitted) */
suggestion?: boolean
};

@@ -295,0 +301,0 @@ messages?: { [messageId: string]: string };

4

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

@@ -45,4 +45,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "5d19d6be0b4a635e15be6d4c39c206e3861ac07c7613dd3cd3dffe2dccc7e379",
"typesPublisherContentHash": "27ed71a5a3f4200b9e33b6cb9443e68fd3de3785a55f1614aab1be1fdce30903",
"typeScriptVersion": "3.1"
}

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

### Additional Details
* Last updated: Fri, 21 Aug 2020 17:06:56 GMT
* Last updated: Thu, 27 Aug 2020 18:14:41 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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc