You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The infinite loop introduced in the code will keep running indefinitely; printing the gibberish non-ASCII character sequence endlessly on the console for any applications that use 'colors.'
Temporary solution is to define exact version of package colors, i.e. 1.3.3 or 1.4.0 instead of ^1.3.3 (which install last minor/patch (compromised) version 1.4.2.
There is no need to publish a new version of this library. Versions 1.4.1 and 1.4.2 are deleted, so this library uses last working colors package 1.4.0.
Run yamlinc with mess output after using
npm install -g yamlinc
to install globallyThe text was updated successfully, but these errors were encountered: