New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

scrollable-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scrollable-cli - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/index.d.ts

36

package.json
{
"name": "scrollable-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "Create independent scrollable areas in the terminal.",
"main": "build/dist/index.js",
"types": "build/dist/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"build/dist/**/*"
"dist/**/*"
],
"scripts": {
"prebuild": "shx rm -rf dist",
"build": "tsc",

@@ -26,14 +27,14 @@ "pretest": "tsc -p tests",

"terminal",
"scroll",
"scroll",
"scroller",
"console",
"cli",
"string",
"ansi",
"formatting",
"log",
"logging",
"command line",
"text"
],
"console",
"cli",
"string",
"ansi",
"formatting",
"log",
"logging",
"command line",
"text"
],
"author": "Paula Santamaría",

@@ -53,2 +54,3 @@ "license": "MIT",

"mocha": "^10.2.0",
"shx": "^0.3.4",
"sinon": "^15.2.0",

@@ -61,4 +63,4 @@ "typescript": "^5.1.6"

"engines": {
"node": ">=10"
}
"node": ">=10"
}
}

@@ -0,1 +1,3 @@

[![](https://img.shields.io/npm/v/scrollable-cli.svg)](https://www.npmjs.com/package/scrollable-cli)
Create independent scrollable areas with ANSI support in the terminal.

@@ -78,3 +80,17 @@

1. Clone the repo:
```sh
git clone https://github.com/pawap90/scrollable-cli.git
```
2. Install dependencies:
```sh
npm install
```
3. Run the examples:
```sh
npm run example --file=<example-file-name>

@@ -81,0 +97,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc