Socket
Socket
Sign inDemoInstall

sisteransi

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

src/sisteransi.d.ts

3

package.json
{
"name": "sisteransi",
"version": "1.0.0",
"version": "1.0.1",
"description": "ANSI escape codes for some terminal swag",

@@ -22,2 +22,3 @@ "main": "src/index.js",

],
"types": "./src/sisteransi.d.ts",
"keywords": [

@@ -24,0 +25,0 @@ "ansi",

@@ -64,3 +64,11 @@ # sister ANSI [![Version](https://img.shields.io/npm/v/sisteransi.svg)](https://www.npmjs.com/package/sisteransi) [![Build Status](https://travis-ci.org/terkelg/sisteransi.svg?branch=master)](https://travis-ci.org/terkelg/sisteransi) [![Downloads](https://img.shields.io/npm/dm/sisteransi.svg)](https://www.npmjs.com/package/sisteransi)

#### save
Save cursor position.
#### restore
Restore cursor position.
### scroll

@@ -67,0 +75,0 @@

@@ -31,3 +31,5 @@ 'use strict';

hide: `${ESC}?25l`,
show: `${ESC}?25h`
show: `${ESC}?25h`,
save: `${ESC}7`,
restore: `${ESC}8`
}

@@ -34,0 +36,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc