ncc
ncc copied to clipboard
Compile a Node.js project into a single file. Supports TypeScript, binary addons, dynamic requires.
can you please include more explanation in readme, what does actually it do and what's benefit of using (not using) it? thanks
## Breaking Changes - No more type checking, run `tsc` instead - No more emit of `.d.ts` files, run `tsc` instead ## Description PR reattempt #777 with updated dependencies, as...
**Issue** Hi everyone, I have a project that is using a dependency that is dependent on the `keccak` file from `[email protected]` library. I then bundle my project into a single...
Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.6.8. Release notes Sourced from axios's releases. Release v1.6.8 Release notes: Bug Fixes AxiosHeaders: fix AxiosHeaders conversion to an object during config merging (#6243) (2656612)...
Bumps [sharp](https://github.com/lovell/sharp) from 0.32.5 to 0.33.3. Changelog Sourced from sharp's changelog. v0.33.3 - 23rd March 2024 Upgrade to libvips v8.15.2 for upstream bug fixes. Ensure keepIccProfile retains P3 and CMYK...
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.0 to 5.91.0. Release notes Sourced from webpack's releases. v5.91.0 Bug Fixes Deserializer for ignored modules doesn't crash Allow the unsafeCache option to be a proxy object...
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
I just updated from version 0.34.0 to 0.36.0. In version 0.34.0 it works perfectly. ``` ncc: Version 0.36.0 ncc: Compiling file index.js into CJS ... esm_dirname = (0,external_url_.fileURLToPath)(import.meta.url); ^^^^ SyntaxError:...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.8 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
Bumps [jose](https://github.com/panva/jose) from 4.14.6 to 4.15.5. Release notes Sourced from jose's releases. v4.15.5 Fixes add a maxOutputLength option to zlib inflate (1b91d88), fixes CVE-2024-28176 v4.15.4 Fixes types: export GetKeyFunction (#592)...