
Product
Introducing Webhook Events for Pull Request Scans
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
@wanews/nx-esbuild
Advanced tools
NX Plugin to build your node apps using ESBuild and can serve it by watching the bundle with nodemon
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
FAQs
NX Plugin to build your node apps using ESBuild and can serve it by watching the bundle with nodemon
We found that @wanews/nx-esbuild demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers 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.
Product
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.