+1
-1
| { | ||
| "name": "staerm", | ||
| "version": "3.0.0", | ||
| "version": "3.0.1", | ||
| "description": "Stateful, declarative & predictive library to build reactive terminal UIs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+1
-1
@@ -23,3 +23,3 @@ "use strict"; | ||
| : "\u001B[" + y + "B"), | ||
| clearScreen: "\u001Bc", | ||
| clearScreen: "\u001B[2J" + "\u001B[1;1H", | ||
| cursorTo: (x, y) => "\u001B[" + (y + 1) + ";" + (x + 1) + "H" | ||
@@ -26,0 +26,0 @@ }; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14358
0.13%0
-100%