Gathering detailed insights and metrics for @wanews/nx-esbuild
Gathering detailed insights and metrics for @wanews/nx-esbuild
Gathering detailed insights and metrics for @wanews/nx-esbuild
Gathering detailed insights and metrics for @wanews/nx-esbuild
npm install @wanews/nx-esbuild
Typescript
Module System
Node Version
NPM Version
38.8
Supply Chain
57.7
Quality
77
Maintenance
50
Vulnerability
97.3
License
@wanews/nx-typescript-project-references@1.1.0
Updated on Jun 11, 2024
@wanews/nx-vite@1.1.0
Updated on Jun 11, 2024
@wanews/nx-esbuild@1.1.0
Updated on Jun 11, 2024
@wanews/nx-pulumi@1.1.0
Updated on Jun 11, 2024
@wanews/nx-typescript-project-references@1.0.0
Updated on Jun 11, 2024
@wanews/nx-esbuild@1.0.0
Updated on Jun 11, 2024
TypeScript (99.37%)
JavaScript (0.63%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
118 Stars
315 Commits
24 Forks
6 Watchers
6 Branches
20 Contributors
Updated on Jun 27, 2025
Latest Version
1.2.0
Package Id
@wanews/nx-esbuild@1.2.0
Unpacked Size
160.45 kB
Size
36.57 kB
File Count
47
NPM Version
10.7.0
Node Version
18.20.3
Published on
Jul 10, 2024
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
4
NX Plugin to build your node apps using ESBuild and can serve it by watching the bundle with nodemon
Creates a new node application.
Bundles your node application
The available options are listed in libs/nx-esbuild/src/executors/build/schema.json
See https://esbuild.github.io/api/#simple-options for more info on the available options
Primarily designed when bundling lambdas, it will ensure node_modules is installed into dist for each entrypoint, then zips the output folder (ready to be uploaded to AWS)
NOTE: Currently only supports pnpm
If you create a package.json next to the entrypoint, it will be used instead of the project package.json. This is useful when you have a specific lambda have less dependencies installed than the project has. Externals will only ever use the root package.json (so it should always be a superset of the lambda entrypoint package.json)
If there is additional preparation you need to do before zipping, you can use the beforeZip hook. It will be run with a CWD of the output folder.
The available options are listed in libs/nx-esbuild/src/executors/build/schema.json
See https://esbuild.github.io/api/#simple-options for more info on the available options
Bundles your node application in watch mode, then starts nodemon to watch the bundle
The available options are listed in llibs/nx-esbuild/src/executors/serve/schema.json
See https://esbuild.github.io/api/#simple-options for more info on the available options
I have just added the options I needed to start with, to add another just
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 12/30 approved changesets -- score normalized to 4
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
19 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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