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.8.0 to 2.9.0

1

index.d.ts

@@ -33,2 +33,3 @@ declare namespace cliSpinners {

| 'boxBounce2'
| 'binary'
| 'triangle'

@@ -35,0 +36,0 @@ | 'arc'

2

package.json
{
"name": "cli-spinners",
"version": "2.8.0",
"version": "2.9.0",
"description": "Spinners for use in the terminal",

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

@@ -788,2 +788,17 @@ {

},
"binary": {
"interval": 80,
"frames": [
"010010",
"001100",
"100101",
"111010",
"111101",
"010111",
"101011",
"111000",
"110011",
"110101"
]
},
"arc": {

@@ -790,0 +805,0 @@ "interval": 100,

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