Socket
Socket
Sign inDemoInstall

dogapi

Package Overview
Dependencies
9
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.0 to 2.6.0

6

lib/client.js

@@ -6,2 +6,3 @@ var extend = require("extend");

var util = require("util");
var _ = require('lodash');

@@ -19,2 +20,3 @@ /*section: client

this.proxy_agent = null;
this.http_options = null;
this.api_version = "v1";

@@ -71,3 +73,3 @@ this.api_host = "app.datadoghq.com";

var http_options = {
var http_options = _.assign({
hostname: this.api_host,

@@ -77,3 +79,3 @@ port: 443,

path: path
};
}, this.http_options);

@@ -80,0 +82,0 @@ if(this.proxy_agent){

{
"name": "dogapi",
"version": "2.5.0",
"version": "2.6.0",
"description": "Datadog API Node.JS Client",

@@ -38,3 +38,4 @@ "main": "lib/index.js",

"minimist": "^1.1.1",
"rc": "^1.0.0"
"rc": "^1.0.0",
"lodash": "latest"
},

@@ -41,0 +42,0 @@ "devDependencies": {

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