Socket
Socket
Sign inDemoInstall

dynatrace

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-beta1 to 1.0.0

42

package.json
{
"name": "dynatrace",
"version": "1.0.0-beta1",
"description": "Dynatrace API client library for Node.js",
"main": "./lib/dynatrace.js",
"scripts": {},
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/skarytko/node-dynatrace.git"
"url": "git+https://github.com/npm/deprecate-holder.git"
},
"keywords": [
"dynatrace",
"api",
"api",
"client",
"synthetic"
],
"author": "Stefan Karytko",
"license": "MIT",
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/skarytko/node-dynatrace/issues"
"url": "https://github.com/npm/deprecate-holder/issues"
},
"dependencies": {
"async": "^0.9.0",
"q": "^1.4.1",
"request": "~2.51.0",
"string-template": "^0.2.1",
"underscore": "^1.7.0",
"xml2js": "^0.4.4"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-env": "^0.4.2",
"grunt-jsdoc": "^0.5.7",
"grunt-mocha-test": "^0.12.6",
"mocha": "^2.1.0"
}
"homepage": "https://github.com/npm/deprecate-holder#readme"
}

@@ -1,22 +0,5 @@

# node-dynatrace
Dynatrace API client library for Node.js
# Deprecated Package
## Installation
This library is distributed on npm. In order to intall this node module, run the following command:
This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name.
```
npm install dynatrace --save
```
## Usage
```js
var Dynatrace = require('dynatrace');
var synthetic = new Dynatrace.Synthetic({ username: 'user1234', password: 'password1234' });
synthetic.getTests({}, function(err, results) {
console.log('Result:' + ((err) ? err.message : results.GetTestsResponse.Monitors.Monitor[0].name));
});
```
## License
MIT
Please contact support@npmjs.com if you have questions about this package.
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