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.21.3 to 8.37.0

9

eslint/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for eslint 8.21
// Type definitions for eslint 8.37
// Project: https://eslint.org

@@ -955,7 +955,6 @@ // Definitions by: Pierre-Marie Dartus <https://github.com/pmdartus>

/**
* Either an object containing a parse() method or a string indicating the
* name of a parser inside of a plugin (i.e., "pluginName/parserName").
* @default "@/espree"
* An object containing a parse() or parseForESLint() method.
* If not configured, the default ESLint parser (Espree) will be used.
*/
parser?: string,
parser?: ParserModule,
/**

@@ -962,0 +961,0 @@ * An object specifying additional options that are passed directly to the

{
"name": "@types/eslint",
"version": "8.21.3",
"version": "8.37.0",
"description": "TypeScript definitions for eslint",

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

},
"typesPublisherContentHash": "492598a5134b6fba0687dc3aac61537d01ed91aa816c0516a6e8b0b9d08cca2f",
"typesPublisherContentHash": "8607f52da34dff65e10f67e2ad7cd8fc3bbedfe25c655fbaa8cc271103c7e2d3",
"typeScriptVersion": "4.3",

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

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

### Additional Details
* Last updated: Sun, 19 Mar 2023 19:33:58 GMT
* Last updated: Wed, 29 Mar 2023 21:03:07 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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc