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.2 to 0.1.3

lib/api/snapshot.js

5

lib/index.js

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

var search_api = require('./api/search.js');
var snapshot_api = require('./api/snapshot.js');
var dogapi = function(options){

@@ -25,4 +27,5 @@ http_client.call(this, options);

metric_api.prototype,
search_api.prototype);
search_api.prototype,
snapshot_api.prototype);
return module.exports = dogapi;

7

package.json
{
"name": "dogapi",
"version": "0.1.2",
"version": "0.1.3",
"description": "Datadog API Node.JS Client",

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

"type": "git",
"url": "git://github.com/brettlangdon/node-dogapi.git"
"url": "git://github.com/brettlangdon/node-dogapi"
},

@@ -23,2 +23,5 @@ "keywords": [

"author": "Brett Langdon <brett@blangdon.com> (http://brett.is)",
"contributors":[
"colinjonesx (http://www.thetestpeople.com)"
],
"license": "MIT",

@@ -25,0 +28,0 @@ "readmeFilename": "README.md",

@@ -118,2 +118,4 @@ node-dogapi

* method to remove tags for a given `host`
* `dogapi.add_snapshot(snapshot, [callback])`
* method used to take a snapshot of a datadog graph

@@ -120,0 +122,0 @@ ## Sample Usage:

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