Gathering detailed insights and metrics for @chialab/node-resolve
Gathering detailed insights and metrics for @chialab/node-resolve
Gathering detailed insights and metrics for @chialab/node-resolve
Gathering detailed insights and metrics for @chialab/node-resolve
@chialab/esbuild-plugin-require-resolve
A file loader plugin for esbuild for `require.resolve` statements.
@rollup/plugin-node-resolve
Locate and bundle third-party dependencies in node_modules
resolve
resolve like require.resolve() on behalf of files asynchronously and synchronously
eslint-import-resolver-node
Node default behavior import resolution plugin for eslint-plugin-import.
npm install @chialab/node-resolve
@chialab/wds-plugin-rna@0.16.1
Published on 08 Jun 2022
@chialab/wds-plugin-legacy@0.16.1
Published on 08 Jun 2022
@chialab/esbuild-plugin-require-resolve@0.16.1
Published on 08 Jun 2022
@chialab/wds-plugin-node-resolve@0.16.1
Published on 08 Jun 2022
@chialab/rna-bundler@0.16.0
Published on 08 Jun 2022
@chialab/rna-logger@0.16.0
Published on 08 Jun 2022
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
172 Stars
1,379 Commits
21 Forks
2 Watching
5 Branches
9 Contributors
Updated on 08 Nov 2024
JavaScript (98.68%)
HTML (0.83%)
Handlebars (0.26%)
TypeScript (0.19%)
CSS (0.02%)
SCSS (0.02%)
Cumulative downloads
Total Downloads
Last day
7.1%
2,690
Compared to previous day
Last week
1.7%
14,075
Compared to previous week
Last month
18.5%
52,351
Compared to previous month
Last year
186.6%
464,164
Compared to previous year
We built RNA to be pluggable and to be interoperable with other build systems. A lot of esbuild and postcss plugins are distribuited as standalone packages in order to be reused outside the RNA opinionated ecosystem. We also designed a micro-sdk for esbuild plugin authors that handles transform pipelines and emits chunks or files.
RNA bundler is heavily based on esbuild, an extremely fast JavaScript bundler with some pre-configured addons. It can bundle and optimize JavaScript, TypeScript, JSX, CSS and HTML and collect referenced assets just using languages features.
The bundler is designed for modern browsers, but it can transpile code for IE11 and other legacy browsers with Babel and PostCSS plugins.
Build plugins are also available for the Web Dev Server. Since both WDS and RNA aim to use standard syntax and practises in web projects, you can run a local server with hot module replacement and CSS livereload without have to bundle your web app first or to re-run a partial build for each change. Files loaded via ESM will pass through a little esbuild transpilation in order to support TypeScript, CommonJS modules and node resolution, making a great difference in developer experience. The dev server can be used also for PHP with an Encore-like approach.
1npm i -D @chialab/rna
package.json
1{ 2 "scripts": { 3 "start": "rna serve src --port 3000", 4 "build": "rna build src/index.html --output public" 5 } 6}
RNA is released under the MIT license.
No vulnerabilities found.
Reason
18 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
SAST tool detected but not run on all commits
Details
Reason
3 existing vulnerabilities detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
Found 1/11 approved changesets -- score normalized to 0
Reason
security policy file not detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More