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

pretty-hrtime

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pretty-hrtime - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

6

package.json
{
"name": "pretty-hrtime",
"description": "process.hrtime() to words",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/robrich/pretty-hrtime",

@@ -14,4 +14,4 @@ "repository": "git://github.com/robrich/pretty-hrtime.git",

"devDependencies": {
"mocha": "~1.17.1",
"should": "~3.1.3"
"mocha": "^1.21.4",
"should": "^4.0.4"
},

@@ -18,0 +18,0 @@ "scripts": {

@@ -14,3 +14,2 @@ [![Build Status](https://secure.travis-ci.org/robrich/pretty-hrtime.png?branch=master)](https://travis-ci.org/robrich/pretty-hrtime)

var prettyHrtime = require('pretty-hrtime');
var process = require('process');

@@ -17,0 +16,0 @@ var start = process.hrtime();

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