Socket
Book a DemoInstallSign in
Socket

count-it-down

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

count-it-down

Get countdown to a date

unpublished
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
87
-51.4%
Maintainers
1
Weekly downloads
 
Created
Source

count-it-down

package version package downloads standard-readme compliant package license make a pull request

Get countdown to a date

Table of Contents

Install

This project uses node and npm.

$ npm install count-it-down
$ # OR
$ yarn add count-it-down

Usage

import countItDown from 'count-it-down'
const weddingDate = new Date('01/26/2019')

countItDown(weddingDate, console.log)
// {days: 195, hours: 12, minutes: 4, seconds: 50}
// {days: 195, hours: 12, minutes: 4, seconds: 49}
// ...

Contribute

  • Fork it and create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request

License

MIT

Keywords

countdown

FAQs

Package last updated on 24 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts