Socket
Socket
Sign inDemoInstall

dynatrace

Package Overview
Dependencies
44
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1-beta1 to 1.1.2-beta1

2

lib/synthetic/client.js

@@ -67,3 +67,3 @@ var request = require('request');

if (options.response.parse) {
if (options.response && options.response.parse) {
var contentPath = options.response.contentPath.split('/');

@@ -70,0 +70,0 @@

{
"name": "dynatrace",
"version": "1.1.1-beta1",
"version": "1.1.2-beta1",
"description": "Dynatrace API client library for Node.js",

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

@@ -18,3 +18,3 @@ var assert = require('assert');

if (err) throw err;
console.log(result);
assert.equal(typeof result, 'object');

@@ -21,0 +21,0 @@ done();

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc