🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

appdynamics-node

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appdynamics-node - npm Package Compare versions

Comparing version

to
0.1.1

2

lib/appdynamics-node.js

@@ -33,3 +33,3 @@ /*

var AppDynamics = function (options) {
this.connection = 'http://' +
this.connection = (options.protocol ? options.protocol : 'http') + '://' +
options.username + ':' +

@@ -36,0 +36,0 @@ options.password + '@' +

{
"name": "appdynamics-node",
"version": "0.1.0",
"version": "0.1.1",
"description": "A Node.js wrapper for the AppDynamics RESTful API",

@@ -30,2 +30,2 @@ "main": "./lib/appdynamics-node.js",

]
}
}