Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-types/progress

Package Overview
Dependencies
Maintainers
1
Versions
833
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-types/progress - npm Package Compare versions

Comparing version 3.0.2 to 3.1.0

6

package.json
{
"name": "@react-types/progress",
"version": "3.0.2",
"version": "3.1.0",
"description": "Spectrum UI components in React",

@@ -12,3 +12,3 @@ "license": "Apache-2.0",

"dependencies": {
"@react-types/shared": "^3.0.2"
"@react-types/shared": "^3.1.0"
},

@@ -21,3 +21,3 @@ "peerDependencies": {

},
"gitHead": "05003506f02a0ec173f3448f1801cbdf12b47bc7"
"gitHead": "211099972fe75ee581892efd01a7f89dfb9cdf69"
}

@@ -37,8 +37,11 @@ /*

label?: ReactNode,
/** Whether the value's label is displayed. */
showValueLabel?: boolean, // true by default if label, false by default if not
/** The display format of the value label. */
formatOptions?: Intl.NumberFormatOptions, // defaults to formatting as a percentage.
/** The content to display as the value's label. */
valueLabel?: ReactNode // custom value label (e.g. 1 of 4)
/** Whether the value's label is displayed. True by default if there's a label, false by default if not. */
showValueLabel?: boolean,
/**
* The display format of the value label.
* @default {style: 'percent'}
*/
formatOptions?: Intl.NumberFormatOptions,
/** The content to display as the value's label (e.g. 1 of 4). */
valueLabel?: ReactNode
}

@@ -45,0 +48,0 @@

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