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.56.4 to 8.56.5

4

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

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

},
"typesPublisherContentHash": "8ae0e5cc4b09608bfecdba6f13af7bde23b0995c86abf6d9f3d612694594ea55",
"typesPublisherContentHash": "c7fc31d592811debbc973a368f8cfa078403473c797bb1af36cb9866859f2517",
"typeScriptVersion": "4.6"
}

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

### Additional Details
* Last updated: Tue, 27 Feb 2024 20:07:21 GMT
* Last updated: Thu, 29 Feb 2024 00:50:15 GMT
* Dependencies: [@types/estree](https://npmjs.com/package/@types/estree), [@types/json-schema](https://npmjs.com/package/@types/json-schema)

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

@@ -21,2 +21,6 @@ import { Linter } from "../index";

getWithoutSet: boolean;
/**
* @default true
*/
enforceForClassMembers: boolean;
}>,

@@ -39,2 +43,10 @@ ]

allowImplicit: boolean;
/**
* @default false
*/
checkForEach: boolean;
/**
* @default false
*/
allowVoid: boolean;
}>,

@@ -353,2 +365,6 @@ ]

commentPattern: string;
/**
* @default false
*/
allowEmptyCase: boolean;
}>,

@@ -434,3 +450,12 @@ ]

*/
"no-invalid-this": Linter.RuleEntry<[]>;
"no-invalid-this": Linter.RuleEntry<
[
Partial<{
/**
* @default true
*/
capIsConstructor: boolean;
}>,
]
>;

@@ -437,0 +462,0 @@ /**

@@ -464,2 +464,6 @@ import { Linter } from "../index";

memberSyntaxSortOrder: Array<"none" | "all" | "multiple" | "single">;
/**
* @default false
*/
allowSeparatedGroups: boolean;
}>,

@@ -466,0 +470,0 @@ ]

@@ -478,3 +478,16 @@ import { Linter } from "../index";

*/
"use-isnan": Linter.RuleEntry<[]>;
"use-isnan": Linter.RuleEntry<
[
Partial<{
/**
* @default true
*/
enforceForSwitchCase: boolean;
/**
* @default true
*/
enforceForIndexOf: boolean;
}>,
]
>;

@@ -481,0 +494,0 @@ /**

@@ -138,3 +138,5 @@ import { Linter } from "../index";

[
Partial<{
| "all"
| "local"
| Partial<{
/**

@@ -159,2 +161,3 @@ * @default 'all'

caughtErrorsIgnorePattern: string;
destructuredArrayIgnorePattern: string;
}>,

@@ -185,2 +188,6 @@ ]

variables: boolean;
/**
* @default false
*/
allowNamedExports: boolean;
}>

@@ -187,0 +194,0 @@ | "nofunc",

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