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

react-countdown-circle-timer

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-countdown-circle-timer - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

22

package.json
{
"name": "react-countdown-circle-timer",
"version": "3.1.0",
"version": "3.2.0",
"description": "Lightweight React countdown timer component with color and progress animation based on SVG",

@@ -11,2 +11,10 @@ "main": "./lib/index.js",

],
"scripts": {
"start": "node scripts/serve.js",
"build": "node scripts/build.js",
"dev:push": "pnpm run build && yalc push",
"test": "jest --collectCoverage",
"test:watch": "jest --watch",
"prepublish": "pnpm build"
},
"repository": {

@@ -34,12 +42,4 @@ "type": "git",

"devDependencies": {
"@countdown/shared": "3.0.0"
},
"scripts": {
"start": "node scripts/serve.js",
"build": "node scripts/build.js",
"dev:push": "pnpm run build && yalc push",
"test": "jest --collectCoverage",
"test:watch": "jest --watch",
"prepublish": "pnpm build"
"@countdown/shared": "workspace:*"
}
}
}

@@ -5,3 +5,3 @@ # React Countdown Circle Timer

[![npm](https://img.shields.io/npm/dw/react-countdown-circle-timer)](https://www.npmtrends.com/react-countdown-circle-timer)
[![Codecov](https://img.shields.io/codecov/c/github/vydimitrov/react-countdown-circle-timer?flag=web)](https://codecov.io/gh/vydimitrov/react-countdown-circle-timer/tree/master/packages/web/src)
[![Codecov](https://img.shields.io/codecov/c/github/vydimitrov/react-countdown-circle-timer?flag=web)](https://app.codecov.io/gh/vydimitrov/react-countdown-circle-timer/tree/master/packages/web/src)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-countdown-circle-timer)](https://bundlephobia.com/result?p=react-countdown-circle-timer)

@@ -80,2 +80,3 @@

| rotation | clockwise \| counterclockwise | clockwise | Progress path rotation direction |
| isGrowing | boolean | false | Indicated if the progress path should be growing instead of shrinking |
| trailColor | string | #d9d9d9 | Circle trail color - takes any valid color format |

@@ -82,0 +83,0 @@ | isSmoothColorTransition | boolean | true | Indicates if the colors should smoothly transition to the next color |

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