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
103
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.9.8 to 0.9.9

23

package.json
{
"name": "oxlint",
"version": "0.9.8",
"version": "0.9.9",
"description": "Linter for the JavaScript Oxidation Compiler",

@@ -15,3 +15,6 @@ "keywords": [],

},
"bin": "bin/oxlint",
"bin": {
"oxlint": "bin/oxlint",
"oxc_language_server": "bin/oxc_language_server"
},
"funding": {

@@ -30,11 +33,11 @@ "url": "https://github.com/sponsors/Boshen"

"optionalDependencies": {
"@oxlint/win32-x64": "0.9.8",
"@oxlint/win32-arm64": "0.9.8",
"@oxlint/linux-x64-gnu": "0.9.8",
"@oxlint/linux-arm64-gnu": "0.9.8",
"@oxlint/linux-x64-musl": "0.9.8",
"@oxlint/linux-arm64-musl": "0.9.8",
"@oxlint/darwin-x64": "0.9.8",
"@oxlint/darwin-arm64": "0.9.8"
"@oxlint/win32-x64": "0.9.9",
"@oxlint/win32-arm64": "0.9.9",
"@oxlint/linux-x64-gnu": "0.9.9",
"@oxlint/linux-arm64-gnu": "0.9.9",
"@oxlint/linux-x64-musl": "0.9.9",
"@oxlint/linux-arm64-musl": "0.9.9",
"@oxlint/darwin-x64": "0.9.9",
"@oxlint/darwin-arm64": "0.9.9"
}
}
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