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

timestring

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timestring - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

43

package.json
{
"name": "timestring",
"version": "3.0.1",
"description": "Parse a human readable time string into a time based value",
"homepage": "https://github.com/mike182uk/timestring",
"main": "index.js",
"scripts": {
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -x test.js test.js",
"dev": "watch 'clear; npm test -s;' ./ -d",
"sa": "jshint index.js && jscs index.js",
"test": "mocha test.js"
},
"author": "Michael David Barrett <mike182uk@gmail.com>",

@@ -11,13 +18,25 @@ "license": "MIT",

},
"scripts": {
"dev": "watch 'clear; npm test -s;' ./ -d",
"sa": "jshint index.js && jscs index.js",
"test": "mocha test.js"
"homepage": "https://github.com/mike182uk/timestring",
"bugs": {
"url": "https://github.com/mike182uk/timestring/issues"
},
"main": "index.js",
"version": "3.0.0",
"keywords": [
"time",
"timestring",
"duration",
"parse",
"string",
"date"
],
"engines": {
"node": ">=0.10"
},
"dependencies": {
"lodash": "^4.0.0"
},
"devDependencies": {
"chai": "^3.4.1",
"codeclimate-test-reporter": "^0.2.0",
"codeclimate-test-reporter": "^0.3.0",
"coveralls": "^2.11.2",
"cz-conventional-changelog": "^1.1.5",
"istanbul": "^0.4.1",

@@ -27,8 +46,10 @@ "jscs": "^2.8.0",

"mocha": "^2.2.4",
"mocha-lcov-reporter": "1.0.0",
"mocha-lcov-reporter": "1.2.0",
"watch": "^0.17.1"
},
"dependencies": {
"lodash": "^4.0.0"
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}

@@ -9,2 +9,3 @@ # Timestring

[![License](https://img.shields.io/github/license/mike182uk/timestring.svg?style=flat-square)](https://www.npmjs.com/package/timestring)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](http://commitizen.github.io/cz-cli/)

@@ -11,0 +12,0 @@ Parse a human readable time string into a time based value.

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