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

hirestime

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hirestime - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"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);
````
````
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