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

oxlint

Package Overview
Dependencies
Maintainers
1
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.0.15 to 0.0.16

2

package.json

@@ -1,1 +0,1 @@

{"name":"oxlint","version":"0.0.15","description":"Linter for the JavaScript Oxidation Compiler","keywords":[],"author":"Boshen and oxc contributors","license":"MIT","homepage":"https://github.com/web-infra-dev/oxc","bugs":"https://github.com/web-infra-dev/oxc/issues","repository":{"type":"git","url":"https://github.com/web-infra-dev/oxc","directory":"npm/oxlint"},"bin":"bin/oxlint","funding":{"url":"https://github.com/sponsors/Boshen"},"engines":{"node":">=14.*"},"files":["bin/oxlint","README.md"],"optionalDependencies":{"@oxlint/win32-x64":"0.0.15","@oxlint/win32-arm64":"0.0.15","@oxlint/darwin-x64":"0.0.15","@oxlint/darwin-arm64":"0.0.15","@oxlint/linux-x64":"0.0.15","@oxlint/linux-arm64":"0.0.15"}}
{"name":"oxlint","version":"0.0.16","description":"Linter for the JavaScript Oxidation Compiler","keywords":[],"author":"Boshen and oxc contributors","license":"MIT","homepage":"https://github.com/web-infra-dev/oxc","bugs":"https://github.com/web-infra-dev/oxc/issues","repository":{"type":"git","url":"https://github.com/web-infra-dev/oxc","directory":"npm/oxlint"},"bin":"bin/oxlint","funding":{"url":"https://github.com/sponsors/Boshen"},"engines":{"node":">=14.*"},"files":["bin/oxlint","README.md"],"optionalDependencies":{"@oxlint/win32-x64":"0.0.16","@oxlint/win32-arm64":"0.0.16","@oxlint/darwin-x64":"0.0.16","@oxlint/darwin-arm64":"0.0.16","@oxlint/linux-x64":"0.0.16","@oxlint/linux-arm64":"0.0.16"}}

@@ -21,3 +21,3 @@ <p align="center">

[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license-url]: ./LICENSE
[license-url]: https://github.com/web-infra-dev/oxc/blob/main/LICENSE
[ci-badge]: https://github.com/web-infra-dev/oxc/actions/workflows/ci.yml/badge.svg?event=push&branch=main

@@ -68,2 +68,7 @@ [ci-url]: https://github.com/web-infra-dev/oxc/actions/workflows/ci.yml?query=event%3Apush+branch%3Amain

Enable Plugins
--import-plugin Enable the experimental import plugin and detect ESM problems
--jest-plugin Enable the Jest plugin and detect test problems
--jsx-a11y-plugin Enable the JSX-a11y plugin and detect accessibility problems
Fix Problems

@@ -98,4 +103,3 @@ --fix Fix as many issues as possible. Only unfixed issues are reported in the

Available options:
--import-plugin Use the experimental import plugin and detect ESM problems
-h, --help Prints help information
```
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