Socket
Socket
Sign inDemoInstall

elegant-spinner

Package Overview
Dependencies
0
Maintainers
1
Versions
4
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

2

index.js

@@ -11,3 +11,3 @@ 'use strict';

return function () {
return frames[i++ % frames.length];
return frames[i = ++i % frames.length];
};

@@ -14,0 +14,0 @@ };

{
"name": "elegant-spinner",
"version": "1.0.0",
"version": "1.0.1",
"description": "Elegant spinner for interactive CLI apps",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -24,3 +24,3 @@ # elegant-spinner [![Build Status](https://travis-ci.org/sindresorhus/elegant-spinner.svg?branch=master)](https://travis-ci.org/sindresorhus/elegant-spinner)

logUpdate(frame());
}, 100);
}, 50);
```

@@ -27,0 +27,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