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 8.56.7 to 8.56.8

4

eslint/index.d.ts

@@ -1220,3 +1220,3 @@ /// <reference path="helpers.d.ts" />

interface FlatConfig {
interface FlatConfig<Rules extends RulesRecord = RulesRecord> {
/**

@@ -1314,3 +1314,3 @@ * An string to identify the configuration object. Used in error messages and

*/
rules?: RulesRecord;
rules?: Partial<Rules>;

@@ -1317,0 +1317,0 @@ /**

{
"name": "@types/eslint",
"version": "8.56.7",
"version": "8.56.8",
"description": "TypeScript definitions for eslint",

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

},
"typesPublisherContentHash": "030f7747b677c429470413a3dd9bd02933c602941386d52abbdfe11a9ebba260",
"typesPublisherContentHash": "62d57f5386075275b6b9bf8341410be06c06e489af963b0ae16a9be3ff14c307",
"typeScriptVersion": "4.7"
}

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

### Additional Details
* Last updated: Mon, 01 Apr 2024 12:42:33 GMT
* Last updated: Thu, 11 Apr 2024 10:07:33 GMT
* Dependencies: [@types/estree](https://npmjs.com/package/@types/estree), [@types/json-schema](https://npmjs.com/package/@types/json-schema)

@@ -14,0 +14,0 @@

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