New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

staerm

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

staerm - npm Package Compare versions

Comparing version
3.0.0
to
3.0.1
+1
-1
package.json
{
"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",

@@ -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 @@ };