Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oxlint

Package Overview
Dependencies
Maintainers
0
Versions
89
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.5 to 0.9.6

2

configuration_schema.json
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "OxlintConfig",
"title": "Oxlintrc",
"description": "Oxlint Configuration File\n\nThis configuration is aligned with ESLint v8's configuration schema (`eslintrc.json`).\n\nUsage: `oxlint -c oxlintrc.json --import-plugin`\n\n::: danger NOTE\n\nOnly the `.json` format is supported. You can use comments in configuration files.\n\n:::\n\nExample\n\n`.oxlintrc.json`\n\n```json { \"env\": { \"browser\": true }, \"globals\": { \"foo\": \"readonly\" }, \"settings\": { }, \"rules\": { \"eqeqeq\": \"warn\", \"import/no-cycle\": \"error\" } } ```",

@@ -5,0 +5,0 @@ "type": "object",

{
"name": "oxlint",
"version": "0.9.5",
"version": "0.9.6",
"description": "Linter for the JavaScript Oxidation Compiler",

@@ -29,11 +29,11 @@ "keywords": [],

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