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 8.2.0 to 8.2.1

2

eslint/index.d.ts

@@ -570,2 +570,4 @@ // Type definitions for eslint 8.2

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

@@ -572,0 +574,0 @@

9

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

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

},
"typesPublisherContentHash": "75f8630ee832c7873360b05069ae241180c3b9cfcda4af43a1647926b09232ac",
"typeScriptVersion": "3.7",
"typesPublisherContentHash": "870a79c2a1e496009b4a6a1995b6cc4e13b98506af6ba0ca7882e395181e1ccf",
"typeScriptVersion": "3.8",
"exports": {

@@ -63,4 +63,5 @@ ".": {

"types": "./rules/index.d.ts"
}
},
"./package.json": "./package.json"
}
}

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

### Additional Details
* Last updated: Wed, 17 Nov 2021 21:01:26 GMT
* Last updated: Fri, 03 Dec 2021 18:31:05 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