Socket
Socket
Sign inDemoInstall

react-compound-timer

Package Overview
Dependencies
6
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.13 to 1.1.14

3

build/lib/models/TimerModel.js

@@ -41,3 +41,4 @@ "use strict";

this.internalTime = performance.now();
this.time = time;
this.initialTime = time;
this.time = this.initialTime;
this.onChange(this.getTimeParts(this.time));

@@ -44,0 +45,0 @@ };

{
"name": "react-compound-timer",
"version": "1.1.13",
"version": "1.1.14",
"description": "Timer compound react component",

@@ -5,0 +5,0 @@ "main": "build",

@@ -60,3 +60,4 @@ import getTimeParts from '../helpers/getTimeParts';

this.internalTime = performance.now();
this.time = time;
this.initialTime = time;
this.time = this.initialTime;

@@ -63,0 +64,0 @@ this.onChange(this.getTimeParts(this.time));

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc