Socket
Socket
Sign inDemoInstall

readable-timespan

Package Overview
Dependencies
1
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

test/index.test.js

4

index.js

@@ -56,3 +56,3 @@ /**

];
}
};

@@ -92,3 +92,3 @@ readableTimespans.prototype.parse = function(diff) {

return units + space + unit + plural;
}
};

@@ -95,0 +95,0 @@ /**

{
"name": "readable-timespan",
"version": "1.1.0",
"version": "1.2.0",
"description": "Human readable timespans",
"main": "index.js",
"scripts": {
"test": "mocha test --recursive"
"test": "nyc ava"
},

@@ -30,4 +30,5 @@ "repository": {

"devDependencies": {
"mocha": "^2.0.1",
"should": "^10.0.0"
"ava": "^0.17.0",
"coveralls": "^2.11.15",
"nyc": "^10.0.0"
},

@@ -34,0 +35,0 @@ "dependencies": {

@@ -5,3 +5,3 @@ [readable-timespan](http://urbanoalvarez.es/node-timespan)

[![Build Status](http://img.shields.io/travis/aurbano/node-timespan/master.svg?style=flat-square)](https://travis-ci.org/aurbano/node-timespan)
[![Dependency Status](http://img.shields.io/david/aurbano/node-timespan.svg?style=flat-square)](https://david-dm.org/aurbano/node-timespan)
[![Coverage Status](https://coveralls.io/repos/github/aurbano/node-timespan/badge.svg?branch=master)](https://coveralls.io/github/aurbano/node-timespan?branch=master)
[![npm version](http://img.shields.io/npm/v/readable-timespan.svg?style=flat-square)](https://www.npmjs.org/package/readable-timespan)

@@ -8,0 +8,0 @@ [![license](http://img.shields.io/npm/l/readable-timespan.svg?style=flat-square)](https://www.npmjs.org/package/readable-timespan)

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc