Thomas.G
Thomas.G
**Describe the bug** When i put a color on a interactive input symbol, non-selected menus are not aligned anymore.  **To Reproduce** Just create a qoa.interactive input with a symbol...
I thought it would be nice to have a section for talks related to Node.js security. What do you think ? (I can PR a bunch of talks i have...
Hi, Recently in one of my project [Node-secure](https://github.com/ES-Community/nsecure) i spotted that the part of the code that was responsible to fetch data on the npm registry was not able to...
There is currently a lot of situations where we are missing dynamic RegExps. Ref and examples here: https://github.com/nodejs/security-wg/issues/208 We should probably use the new Tracer to detect those cases (extension,...
The warning short identifiers is throw on the following file: https://unpkg.com/[email protected]/lib/fetch/file.js It should not throw for this file. I guess the current analysis don't take in account class name and...
## Bug Description While working on UT (with TypeScript) for one of our project we were unable to found the `Interceptable` type in the undici export. https://github.com/nodejs/undici/blob/main/types/mock-interceptor.d.ts#L88 ## Reproducible By...
It could be cool to add a warning in the CLI when the env `NODE_SECURE_TOKEN` is missing. Because without this env NPM has a pretty low ratelimit (so you can...
The goal would be to add a new command capable of outputting a summary from a JSON file. The summary would contain the same information as in the interface (excluding...
CLIUI doesn't work well with ESM: https://github.com/yargs/cliui/issues/113 Summary and verify commands have bugs because of this.
Hi, After few tests on my Windows. When i setup the field "owner" it take more than 7,000ms for the snapshot method to be achieved. I have not tested the...