Socket
Socket
Sign inDemoInstall

tiny-spinner

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiny-spinner - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

dist/utils.js

@@ -8,5 +8,5 @@ /* IMPORT */

if (process) {
process.stdout?.clearLine?.(0);
process.stdout?.cursorTo?.(0);
process.stdout?.write?.(line);
process.stdout?.clearLine?.(1);
}

@@ -13,0 +13,0 @@ else {

@@ -5,3 +5,3 @@ {

"description": "A simple, yet beautiful, CLI spinner.",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",

@@ -28,3 +28,3 @@ "main": "dist/index.js",

"stdin-blocker": "^2.0.0",
"tiny-colors": "^2.0.1",
"tiny-colors": "^2.0.2",
"tiny-cursor": "^2.0.0",

@@ -34,5 +34,5 @@ "tiny-truncate": "^1.0.2"

"devDependencies": {
"tsex": "^1.1.2",
"typescript": "^4.6.4"
"tsex": "^3.0.1",
"typescript": "^5.1.6"
}
}

@@ -16,5 +16,5 @@

process.stdout?.clearLine?.( 0 );
process.stdout?.cursorTo?.( 0 );
process.stdout?.write?.( line );
process.stdout?.clearLine?.( 1 );

@@ -21,0 +21,0 @@ } else {

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