Socket
Socket
Sign inDemoInstall

dogapi

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dogapi - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

lib/api/event.js

@@ -139,3 +139,3 @@ var extend = require('extend');

if(!event['date_happened']){
event['date_happened'] = (new Date().getTime()) / 1000;
event['date_happened'] = Math.round((new Date()).getTime() / 1000);
}

@@ -142,0 +142,0 @@

{
"name": "dogapi",
"version": "0.1.4",
"version": "0.1.5",
"description": "Datadog API Node.JS Client",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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