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

human-time

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

human-time - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

3

human.js

@@ -23,2 +23,3 @@ /**

seconds / 60 / 60 / 24 / 30, // months
seconds / 60 / 60 / 24 / 7, // weeks
seconds / 60 / 60 / 24, // days

@@ -29,3 +30,3 @@ seconds / 60 / 60, // hours

];
var names = ['year', 'month', 'day', 'hour', 'minute', 'second'];
var names = ['year', 'month', 'week', 'day', 'hour', 'minute', 'second'];

@@ -32,0 +33,0 @@ for (var i = 0; i < names.length; i++) {

{
"name": "human-time",
"version": "0.0.0",
"version": "0.0.1",
"description": "show seconds in a human-readable form",

@@ -5,0 +5,0 @@ "main": "human.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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