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.1.3 to 3.1.4

2

es/Circle.d.ts
import * as React from 'react';
import { ProgressProps } from './interface';
import type { ProgressProps } from './interface';
declare const Circle: React.FC<ProgressProps>;
export default Circle;

@@ -52,6 +52,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";

var pathStyle = {
stroke: strokeColor,
stroke: typeof strokeColor === 'string' ? strokeColor : undefined,
strokeDasharray: "".concat(percent / 100 * (len - gapDegree), "px ").concat(len, "px"),
strokeDashoffset: "-".concat(gapDegree / 2 + offset / 100 * (len - gapDegree), "px"),
transition: 'stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s'
transition: 'stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s' // eslint-disable-line
};

@@ -58,0 +59,0 @@ return {

import * as React from 'react';
import { ProgressProps } from './interface';
import type { ProgressProps } from './interface';
declare const Circle: React.FC<ProgressProps>;
export default Circle;

@@ -69,6 +69,7 @@ "use strict";

var pathStyle = {
stroke: strokeColor,
stroke: typeof strokeColor === 'string' ? strokeColor : undefined,
strokeDasharray: "".concat(percent / 100 * (len - gapDegree), "px ").concat(len, "px"),
strokeDashoffset: "-".concat(gapDegree / 2 + offset / 100 * (len - gapDegree), "px"),
transition: 'stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s'
transition: 'stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s' // eslint-disable-line
};

@@ -75,0 +76,0 @@ return {

{
"name": "rc-progress",
"version": "3.1.3",
"version": "3.1.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