New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

pineapple-lumps

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pineapple-lumps

A smart date tool for comparing the duration between the current time and a given date reference expressed in a verbalised format.

latest
Source
npmnpm
Version
0.0.8
Version published
Weekly downloads
2
-87.5%
Maintainers
1
Weekly downloads
 
Created
Source

Pineapple Lumps

A smart date tool for comparing the duration between the current time and a given date reference expressed in a verbalised format.

Todo's

This project is still a work in progress.

  • Add in an event duration comparison.
  • Have the ability to extract, change and compare different time zones on the fly.

Installation

  • Install the package as a dependancy.
npm install pineapple-lumps --save
  • Require the package into your project
const pineappleLumps = require('pineapple-lumps');
  • Pass in a date reference to get the comparison.
const comparison = pineappleLumps('2016-01-01T09:45:00+12:00'); // In three days, 1st Jan 2016

License

MIT

FAQs

Package last updated on 19 Jun 2016

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