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.8 to 0.0.9

1

lib/CountdownTimer.js

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

const currentTime = Date.now();
console.log('abc');
console.log(this.state);

@@ -80,0 +81,0 @@ const differenceInTime = this.state.prevTime ? (currentTime - this.state.prevTime) : 0;

2

package.json
{
"name": "timer-countdown",
"version": "0.0.8",
"version": "0.0.9",
"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