Socket
Socket
Sign inDemoInstall

rc-progress

Package Overview
Dependencies
Maintainers
7
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-progress - npm Package Compare versions

Comparing version 3.4.2 to 3.5.0

es/Circle/ColorGradient.d.ts

5

es/interface.d.ts

@@ -22,5 +22,8 @@ /// <reference types="react" />

}
export type BaseStrokeColorType = string | Record<string, string>;
export type StrokeColorObject = Partial<Record<`${number}%` | 'from' | 'to', string>> & {
conic?: boolean;
};
export type BaseStrokeColorType = string | StrokeColorObject;
export type StrokeColorType = BaseStrokeColorType | BaseStrokeColorType[];
export type GapPositionType = 'top' | 'right' | 'bottom' | 'left';
export type StrokeLinecapType = 'round' | 'butt' | 'square';

@@ -22,5 +22,8 @@ /// <reference types="react" />

}
export type BaseStrokeColorType = string | Record<string, string>;
export type StrokeColorObject = Partial<Record<`${number}%` | 'from' | 'to', string>> & {
conic?: boolean;
};
export type BaseStrokeColorType = string | StrokeColorObject;
export type StrokeColorType = BaseStrokeColorType | BaseStrokeColorType[];
export type GapPositionType = 'top' | 'right' | 'bottom' | 'left';
export type StrokeLinecapType = 'round' | 'butt' | 'square';

3

package.json
{
"name": "rc-progress",
"version": "3.4.2",
"version": "3.5.0",
"description": "progress ui component for react",

@@ -50,2 +50,3 @@ "keywords": [

"devDependencies": {
"@testing-library/react": "^12.1.5",
"@types/classnames": "^2.2.9",

@@ -52,0 +53,0 @@ "@types/jest": "^27.5.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