![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
vile
is a general purpose code quality tool for any language or
platform that statically analyzes your software project and its dependencies.
Along with its hosted service it provides a highly flexible platform for continuous software analysis that integrates directly into your CI process and development workflow.
The main library requires you at least have Node.js installed.
A simple install and setup:
cd my_project/
npm i vile
npx vile init
npx vile analyze
Please see docs.vile.io for more detailed info.
The core vile
package comes with a general set of plugins that support basic multi-language analysis.
To analyze your code further, such as tracking outdated RubyGems, plugging in your favourite linter, tracking code complexity, or checking for vulnerabilities, you need to install extra plugins first.
vile a
locally to analyze your code and print any issues or datavile a -u
on every build server commit to continuously analyze your codevile a -d -p lint-plugin my/file.ext
to run a plugin on a specific filevile a -d -e -p lint-plugin,security-plugin
to run certain lint checks during a buildAny contributions are welcome and appreciated!
Please see CONTRIBUTING for more info.
This project is licensed under the MPL-2.0 license.
Any contributions made to this project are made under the current license.
This project uses Semver.
For more info on why vile
was created checkout our post on Medium.
FAQs
A code quality tool for any language or platform.
The npm package vile receives a total of 23 weekly downloads. As such, vile popularity was classified as not popular.
We found that vile demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.