New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.0.0 to 1.0.1

.jshintignore

16

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

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

"devDependencies": {
"mocha": "^2.1.0",
"should": "^4.4.2"
"jshint": "^2.8.0",
"mocha": "^2.3.3",
"should": "^7.1.0"
},
"scripts": {
"test": "mocha"
"test": "mocha && jshint ."
},

@@ -24,8 +25,3 @@ "engines": {

},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/robrich/pretty-hrtime/raw/master/LICENSE"
}
]
"license": "MIT"
}
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