Socket
Socket
Sign inDemoInstall

hoek

Package Overview
Dependencies
0
Maintainers
2
Versions
116
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.0 to 0.6.1

4

lib/index.js

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

var event = {
ets: now.getTime(),
timestamp: now.getTime(),
tags: ['tag'],

@@ -517,3 +517,3 @@ data: { some: 'data' }

var now = new Date(event.ets);
var now = new Date(event.timestamp);
var timestring = (now.getYear() - 100).toString() +

@@ -520,0 +520,0 @@ pad(now.getMonth() + 1) +

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

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

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

var event = {
ets: (new Date(2013,1,1,6,30,45,123)).getTime(),
timestamp: (new Date(2013, 1, 1, 6, 30, 45, 123)).getTime(),
tags: ['a', 'b', 'c'],

@@ -707,3 +707,3 @@ data: { some: 'data' }

var event = {
ets: (new Date(2013, 1, 1, 6, 30, 45, 123)).getTime(),
timestamp: (new Date(2013, 1, 1, 6, 30, 45, 123)).getTime(),
tags: ['a', 'b', 'c'],

@@ -710,0 +710,0 @@ data: { some: 'data' }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc