Socket
Socket
Sign inDemoInstall

@chakra-ui/progress

Package Overview
Dependencies
86
Maintainers
3
Versions
421
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.4 to 2.1.5

4

dist/circular-progress.d.ts

@@ -30,2 +30,4 @@ import * as _chakra_ui_system from '@chakra-ui/system';

* If `true`, the cap of the progress indicator will be rounded.
*
* @default false
*/

@@ -56,2 +58,4 @@ capIsRound?: boolean;

* prop will be ignored
*
* @default false
*/

@@ -58,0 +62,0 @@ isIndeterminate?: boolean;

@@ -30,2 +30,4 @@ import * as _chakra_ui_system from '@chakra-ui/system';

* If `true`, the progress bar will show stripe
*
* @default false
*/

@@ -35,2 +37,4 @@ hasStripe?: boolean;

* If `true`, and hasStripe is `true`, the stripes will be animated
*
* @default false
*/

@@ -41,2 +45,4 @@ isAnimated?: boolean;

* prop will be ignored
*
* @default false
*/

@@ -43,0 +49,0 @@ isIndeterminate?: boolean;

@@ -5,2 +5,5 @@ import { HTMLChakraProps } from '@chakra-ui/system';

size?: string | number;
/**
* @default false
*/
isIndeterminate?: boolean;

@@ -7,0 +10,0 @@ }

2

package.json
{
"name": "@chakra-ui/progress",
"version": "2.1.4",
"version": "2.1.5",
"description": "Progress bar component for Chakra UI",

@@ -5,0 +5,0 @@ "keywords": [

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