Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "hirestime", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "thin wrapper around process.hrtime", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,2 +5,8 @@ # hirestime | ||
[![Build Status](https://travis-ci.org/zaphod1984/hirestime.png)](https://travis-ci.org/zaphod1984/hirestime) | ||
[![NPM](https://nodei.co/npm/hirestime.png)](https://nodei.co/npm/hirestime/) | ||
[![NPM](https://nodei.co/npm-dl/hirestime.png?months=3)](https://nodei.co/npm/hirestime/) | ||
hirestime is a thin wrapper around `process.hrtime()` that returns an function on invocation. | ||
@@ -19,2 +25,2 @@ when these function is invoked the elapsed time in millesconds will be returned: | ||
}, 1000); | ||
```` | ||
```` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3313
25