Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@eslint/core

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint/core - npm Package Compare versions

Comparing version
0.15.0
to
0.15.1
+1
-1
dist/cjs/types.d.cts

@@ -520,3 +520,3 @@ /**

*/
export type RuleConfig<RuleOptions extends unknown[] = unknown[]> = Severity | [Severity, ...RuleOptions];
export type RuleConfig<RuleOptions extends unknown[] = unknown[]> = Severity | [Severity, ...Partial<RuleOptions>];
/**

@@ -523,0 +523,0 @@ * A collection of rules and their configurations.

@@ -520,3 +520,3 @@ /**

*/
export type RuleConfig<RuleOptions extends unknown[] = unknown[]> = Severity | [Severity, ...RuleOptions];
export type RuleConfig<RuleOptions extends unknown[] = unknown[]> = Severity | [Severity, ...Partial<RuleOptions>];
/**

@@ -523,0 +523,0 @@ * A collection of rules and their configurations.

{
"name": "@eslint/core",
"version": "0.15.0",
"version": "0.15.1",
"description": "Runtime-agnostic core of ESLint",

@@ -44,4 +44,3 @@ "type": "module",

"devDependencies": {
"json-schema": "^0.4.0",
"typescript": "^5.8.3"
"json-schema": "^0.4.0"
},

@@ -48,0 +47,0 @@ "engines": {