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

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.2.2 to 3.2.4

1

es/common.d.ts

@@ -1,4 +0,3 @@

/// <reference types="react" />
import { ProgressProps } from './interface';
export declare const defaultProps: Partial<ProgressProps>;
export declare const useTransitionDuration: (percentList: number[]) => import("react").MutableRefObject<undefined>[][];

@@ -1,2 +0,1 @@

/// <reference types="react" />
import Line from './Line';

@@ -3,0 +2,0 @@ import Circle from './Circle';

1

es/interface.d.ts

@@ -16,2 +16,3 @@ /// <reference types="react" />

transition?: string;
onClick?: React.MouseEventHandler;
}

@@ -18,0 +19,0 @@ export declare type BaseStrokeColorType = string | Record<string, string>;

@@ -1,4 +0,3 @@

/// <reference types="react" />
import { ProgressProps } from './interface';
export declare const defaultProps: Partial<ProgressProps>;
export declare const useTransitionDuration: (percentList: number[]) => import("react").MutableRefObject<undefined>[][];

@@ -10,3 +10,3 @@ "use strict";

});
exports.default = exports.isBrowserClient = void 0;
exports.isBrowserClient = exports.default = void 0;

@@ -13,0 +13,0 @@ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));

@@ -1,2 +0,1 @@

/// <reference types="react" />
import Line from './Line';

@@ -3,0 +2,0 @@ import Circle from './Circle';

@@ -8,12 +8,12 @@ "use strict";

});
Object.defineProperty(exports, "Line", {
Object.defineProperty(exports, "Circle", {
enumerable: true,
get: function get() {
return _Line.default;
return _Circle.default;
}
});
Object.defineProperty(exports, "Circle", {
Object.defineProperty(exports, "Line", {
enumerable: true,
get: function get() {
return _Circle.default;
return _Line.default;
}

@@ -20,0 +20,0 @@ });

@@ -16,2 +16,3 @@ /// <reference types="react" />

transition?: string;
onClick?: React.MouseEventHandler;
}

@@ -18,0 +19,0 @@ export declare type BaseStrokeColorType = string | Record<string, string>;

{
"name": "rc-progress",
"version": "3.2.2",
"version": "3.2.4",
"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