Socket
Socket
Sign inDemoInstall

cli-spinners

Package Overview
Dependencies
0
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.6.0 to 2.6.1

12

index.d.ts

@@ -74,3 +74,13 @@ declare namespace cliSpinners {

| 'layer'
| 'betaWave';
| 'betaWave'
| 'fingerDance'
| 'fistBump'
| 'soccerHeader'
| 'mindblown'
| 'speaker'
| 'orangePulse'
| 'bluePulse'
| 'orangeBluePulse'
| 'timeTravel'
| 'aesthetic';

@@ -77,0 +87,0 @@ interface Spinner {

4

index.js
'use strict';
const spinners = Object.assign({}, require('./spinners.json'));
const spinners = Object.assign({}, require('./spinners.json')); // eslint-disable-line import/extensions

@@ -16,3 +16,1 @@ const spinnersList = Object.keys(spinners);

module.exports = spinners;
// TODO: Remove this for the next major release
module.exports.default = spinners;
{
"name": "cli-spinners",
"version": "2.6.0",
"version": "2.6.1",
"description": "Spinners for use in the terminal",

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

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