Comparing version 0.15.10 to 0.15.11
@@ -354,2 +354,13 @@ { | ||
"properties": { | ||
"env": { | ||
"description": "Environments enable and disable collections of global variables.", | ||
"anyOf": [ | ||
{ | ||
"$ref": "#/definitions/OxlintEnv" | ||
}, | ||
{ | ||
"type": "null" | ||
} | ||
] | ||
}, | ||
"files": { | ||
@@ -363,2 +374,13 @@ "description": "A list of glob patterns to override.\n\n## Example `[ \"*.test.ts\", \"*.spec.ts\" ]`", | ||
}, | ||
"globals": { | ||
"description": "Enabled or disabled specific global variables.", | ||
"anyOf": [ | ||
{ | ||
"$ref": "#/definitions/OxlintGlobals" | ||
}, | ||
{ | ||
"type": "null" | ||
} | ||
] | ||
}, | ||
"plugins": { | ||
@@ -365,0 +387,0 @@ "description": "Optionally change what plugins are enabled for this override. When omitted, the base config's plugins are used.", |
{ | ||
"name": "oxlint", | ||
"version": "0.15.10", | ||
"version": "0.15.11", | ||
"description": "Linter for the JavaScript Oxidation Compiler", | ||
@@ -32,11 +32,11 @@ "keywords": [], | ||
"optionalDependencies": { | ||
"@oxlint/win32-x64": "0.15.10", | ||
"@oxlint/win32-arm64": "0.15.10", | ||
"@oxlint/linux-x64-gnu": "0.15.10", | ||
"@oxlint/linux-arm64-gnu": "0.15.10", | ||
"@oxlint/linux-x64-musl": "0.15.10", | ||
"@oxlint/linux-arm64-musl": "0.15.10", | ||
"@oxlint/darwin-x64": "0.15.10", | ||
"@oxlint/darwin-arm64": "0.15.10" | ||
"@oxlint/win32-x64": "0.15.11", | ||
"@oxlint/win32-arm64": "0.15.11", | ||
"@oxlint/linux-x64-gnu": "0.15.11", | ||
"@oxlint/linux-arm64-gnu": "0.15.11", | ||
"@oxlint/linux-x64-musl": "0.15.11", | ||
"@oxlint/linux-arm64-musl": "0.15.11", | ||
"@oxlint/darwin-x64": "0.15.11", | ||
"@oxlint/darwin-arm64": "0.15.11" | ||
} | ||
} |
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
28910
540
1