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.21.0 to 8.21.1

3

eslint/index.d.ts

@@ -486,4 +486,6 @@ // Type definitions for eslint 8.21

ObjectPattern?: ((node: ESTree.ObjectPattern & NodeParentExtension) => void) | undefined;
PrivateIdentifier?: ((node: ESTree.PrivateIdentifier & NodeParentExtension) => void) | undefined;
Program?: ((node: ESTree.Program) => void) | undefined;
Property?: ((node: ESTree.Property & NodeParentExtension) => void) | undefined;
PropertyDefinition?: ((node: ESTree.PropertyDefinition & NodeParentExtension) => void) | undefined;
RestElement?: ((node: ESTree.RestElement & NodeParentExtension) => void) | undefined;

@@ -493,2 +495,3 @@ ReturnStatement?: ((node: ESTree.ReturnStatement & NodeParentExtension) => void) | undefined;

SpreadElement?: ((node: ESTree.SpreadElement & NodeParentExtension) => void) | undefined;
StaticBlock?: ((node: ESTree.StaticBlock & NodeParentExtension) => void) | undefined;
Super?: ((node: ESTree.Super & NodeParentExtension) => void) | undefined;

@@ -495,0 +498,0 @@ SwitchCase?: ((node: ESTree.SwitchCase & NodeParentExtension) => void) | undefined;

4

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

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

},
"typesPublisherContentHash": "0d536ccb26f0c052f34f17f33a8d0c976d305d9886db1c6d371d8629114477d7",
"typesPublisherContentHash": "cca49eb72557cdfcd45521e5f29108fd935fdc15936071968d79a0e7fae5c7f6",
"typeScriptVersion": "4.2",

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

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

### Additional Details
* Last updated: Thu, 02 Feb 2023 13:02:42 GMT
* Last updated: Tue, 14 Feb 2023 07:32:35 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