Socket
Socket
Sign inDemoInstall

dogapi

Package Overview
Dependencies
1
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

2

lib/http_client.js

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

res.on('end', function(){
error = null;
var error = null;
try{ data = JSON.parse(data); }catch(e){}

@@ -121,0 +121,0 @@ if(data['errors']){

{
"name": "dogapi",
"version": "0.2.1",
"version": "0.2.2",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc