Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

howlong

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

howlong - npm Package Compare versions

Comparing version 0.0.1 to 0.0.3

6

package.json
{
"author": "Dylan Bathurst <dylanbathurst@gmail.com> (http://www.dylanbathurst.com)",
"name": "howlong",
"description": "Simple module to compare milliseconds ago to today\\'s date",
"version": "0.0.1",
"description": "Simple module to compare milliseconds ago to todays date",
"version": "0.0.3",
"repository": {

@@ -12,3 +12,3 @@ "type": "git",

"engines": {
"node": "~v0.4.13-pre"
"node": "<=v0.6.3"
},

@@ -15,0 +15,0 @@ "dependencies": {},

@@ -5,2 +5,3 @@ var howlong = require('./lib/howlong');

console.log(howLong.ago(1327019856116));
console.log(howLong.ago(1327019856116));
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