New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

oxlint

Package Overview
Dependencies
Maintainers
0
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oxlint - npm Package Compare versions

Comparing version 0.15.10 to 0.15.11

22

configuration_schema.json

@@ -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.",

18

package.json
{
"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"
}
}
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