Socket
Socket
Sign inDemoInstall

simple-spinner

Package Overview
Dependencies
1
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

2

package.json

@@ -9,3 +9,3 @@ {

],
"version": "0.0.4",
"version": "0.0.5",
"licence": "MIT",

@@ -12,0 +12,0 @@ "author": "Ian McCall <imccall@da-puck.com> (http://www.ianmccall.codes/)",

@@ -22,3 +22,3 @@ /***********

timer = setInterval(function() {
process.stdout.write(sequence[index].replace(/./g,"\r"));
process.stdout.write(sequence[index].replace(/./g,"\b"));
index = (index < sequence.length - 1) ? index + 1 : 0;

@@ -39,3 +39,3 @@ process.stdout.write(sequence[index]);

process.stdout.write(sequence[index].replace(/./g,"\r"));
process.stdout.write(sequence[index].replace(/./g,"\b"));
}

@@ -42,0 +42,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc