RenderKid icon indicating copy to clipboard operation
RenderKid copied to clipboard

Stylish console.log for node

Results 7 RenderKid issues
Sort by recently updated
recently updated
newest added

Your `[email protected]` uses a dependency called `[email protected]` which has a vulnerability documented here: https://security.snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 I upgraded your `strip-ansi` to latest version which uses a version where this vulnerability was fixed.

I'm migrating my app from Node 14 to Node 16 and this errors now appears. [webpack-cli] Failed to load '/app/webpack.config.js' config [webpack-cli] TypeError: Cannot read properties of undefined (reading 'Descendant')...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Hi, I am running into a strange error all of a sudden through my docker image that's using th 14-alpine image. It might have something to do with the version...

Here in the code, the terminal width is defaulted to 80 for non-TTY terminals: https://github.com/AriaMinaei/RenderKid/blob/e8c9744ac499a09219413177f6d45a24c4d346b5/src/tools.coffee#L83 This is causing lines to be cut when using in a context where Node is...