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

ngx-countdown-timer

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-countdown-timer - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

index.js

@@ -41,3 +41,3 @@ import { Component, Input, NgModule } from '@angular/core';

var /** @type {?} */ day_string = (days) ? days + " " : "";
return this.twoDigit(parseInt(day_string)) + this.twoDigit(date_diff.getHours()) +
return day_string + this.twoDigit(date_diff.getHours()) +
":" + this.twoDigit(date_diff.getMinutes()) + ":"

@@ -44,0 +44,0 @@ + this.twoDigit(date_diff.getSeconds());

@@ -44,3 +44,3 @@ (function (global, factory) {

var /** @type {?} */ day_string = (days) ? days + " " : "";
return this.twoDigit(parseInt(day_string)) + this.twoDigit(date_diff.getHours()) +
return day_string + this.twoDigit(date_diff.getHours()) +
":" + this.twoDigit(date_diff.getMinutes()) + ":"

@@ -47,0 +47,0 @@ + this.twoDigit(date_diff.getSeconds());

{
"name": "ngx-countdown-timer",
"version": "0.1.2",
"version": "0.1.3",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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