Socket
Socket
Sign inDemoInstall

rc-progress

Package Overview
Dependencies
Maintainers
6
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.2.0 to 3.2.1

3

es/interface.d.ts

@@ -17,4 +17,5 @@ /// <reference types="react" />

}
export declare type StrokeColorType = string | string[] | Record<string, string>;
export declare type BaseStrokeColorType = string | Record<string, string>;
export declare type StrokeColorType = BaseStrokeColorType | BaseStrokeColorType[];
export declare type GapPositionType = 'top' | 'right' | 'bottom' | 'left';
export declare type StrokeLinecapType = 'round' | 'butt' | 'square';

@@ -17,4 +17,5 @@ /// <reference types="react" />

}
export declare type StrokeColorType = string | string[] | Record<string, string>;
export declare type BaseStrokeColorType = string | Record<string, string>;
export declare type StrokeColorType = BaseStrokeColorType | BaseStrokeColorType[];
export declare type GapPositionType = 'top' | 'right' | 'bottom' | 'left';
export declare type StrokeLinecapType = 'round' | 'butt' | 'square';
{
"name": "rc-progress",
"version": "3.2.0",
"version": "3.2.1",
"description": "progress ui component for react",

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

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