New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ora

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ora - npm Package Compare versions

Comparing version 8.1.1 to 8.2.0

4

index.d.ts

@@ -61,3 +61,3 @@ import {type SpinnerName} from 'cli-spinners';

*/
readonly color?: Color;
readonly color?: Color | boolean;

@@ -190,3 +190,3 @@ /**

*/
color: Color;
color: Color | boolean;

@@ -193,0 +193,0 @@ /**

{
"name": "ora",
"version": "8.1.1",
"version": "8.2.0",
"description": "Elegant terminal spinner",

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

@@ -79,5 +79,5 @@ # ora

Type: `string`\
Type: `string | boolean`\
Default: `'cyan'`\
Values: `'black' | 'red' | 'green' | 'yellow' | 'blue' | 'magenta' | 'cyan' | 'white' | 'gray'`
Values: `'black' | 'red' | 'green' | 'yellow' | 'blue' | 'magenta' | 'cyan' | 'white' | 'gray' | boolean`

@@ -84,0 +84,0 @@ The color of the spinner.

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