New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

timer-countdown

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timer-countdown - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

lib/CountdownTimer.js

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

const currentTime = Date.now();
const differenceInTime = this.getDifferenceInTime(currentTime);
const differenceInTime = this.state.prevTime ? (currentTime - this.state.prevTime) : 0;
const interval = this.props.interval;

@@ -81,0 +81,0 @@ const timeRemainingInInterval = this.getTimeRemainingInInterval(interval, differenceInTime);

{
"name": "timer-countdown",
"version": "0.0.3",
"version": "0.0.4",
"description": "A well designed ReactJs component for timer-counter",

@@ -5,0 +5,0 @@ "main": "lib/CountdownTimer.js",

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