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 2.3.0 to 2.3.1

2

lib/api/metric.js

@@ -112,3 +112,3 @@ var client = require("../client");

// [[<timestamp>, 500]] => [[<timestamp>, 500]]
points = metrics[i].points
var points = metrics[i].points;
if(!Array.isArray(metrics[i].points)){

@@ -115,0 +115,0 @@ points = [points];

{
"name": "dogapi",
"version": "2.3.0",
"version": "2.3.1",
"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