Socket
Socket
Sign inDemoInstall

hoek

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hoek - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

lib/hoek.js

@@ -295,3 +295,3 @@ // Load modules

this.ts = exports.getTimestamp();
this.ts = Date.now();
};

@@ -302,3 +302,3 @@

return exports.getTimestamp() - this.ts;
return Date.now() - this.ts;
};

@@ -305,0 +305,0 @@

{
"name": "hoek",
"description": "General purpose node utilities",
"version": "0.0.4",
"version": "0.0.5",
"author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)",

@@ -6,0 +6,0 @@ "contributors":[

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