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.37.0 to 8.40.0

12

eslint/index.d.ts

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

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

@@ -212,2 +212,4 @@ // Definitions by: Pierre-Marie Dartus <https://github.com/pmdartus>

getCommentsInside(node: ESTree.Node): ESTree.Comment[];
getScope(node: ESTree.Node): Scope.Scope;
}

@@ -688,2 +690,6 @@

parserServices: SourceCode.ParserServices;
cwd: string;
filename: string;
physicalFilename: string;
sourceCode: SourceCode;

@@ -694,6 +700,9 @@ getAncestors(): ESTree.Node[];

/** @deprecated Use property `filename` directly instead */
getFilename(): string;
/** @deprecated Use property `physicalFilename` directly instead */
getPhysicalFilename(): string;
/** @deprecated Use property `cwd` directly instead */
getCwd(): string;

@@ -703,2 +712,3 @@

/** @deprecated Use property `sourceCode` directly instead */
getSourceCode(): SourceCode;

@@ -705,0 +715,0 @@

4

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

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

},
"typesPublisherContentHash": "8607f52da34dff65e10f67e2ad7cd8fc3bbedfe25c655fbaa8cc271103c7e2d3",
"typesPublisherContentHash": "b717fba7cffe300cc388302745bf2f03fdcd331285a3967fcb4f023f784805bc",
"typeScriptVersion": "4.3",

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

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

### Additional Details
* Last updated: Wed, 29 Mar 2023 21:03:07 GMT
* Last updated: Tue, 23 May 2023 02:02:46 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