loaders-test
loaders-test copied to clipboard
Examples demonstrating the Node.js ECMAScript Modules Loaders API
Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 4.10.10 to 4.10.11. Release notes Sourced from openpgp's releases. v4.10.11 (legacy) Reject cleartext messages with extraneous data preceeding hash, addressing: https://github.com/openpgpjs/openpgpjs/security/advisories/GHSA-ch3c-v47x-4pgp. Commits d8a1e25 Release new version 8aa633c...
Because commonjs-extension-resolution-loader relies on `resolve/async` which is an implementation of require.resolve(), specifying it as a Node.js loader causes ESM packages to break. For example, `index.js` ```js import isValidAbn from 'is-valid-abn';...