@dynatrace/agent-api
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@dynatrace/agent-api", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Node.js bindings for Dynatrace OneAgent", | ||
@@ -5,0 +5,0 @@ "engines":{"node": ">= 4.0.0"}, |
@@ -15,3 +15,3 @@ # Node.js API for Dynatrace OneAgent | ||
### Installation | ||
`$ npm install --save dynatrace-agent-api` | ||
`$ npm install --save @dynatrace/agent-api` | ||
@@ -22,3 +22,3 @@ ### Usage | ||
```js | ||
const dta = require('dynatrace-agent-api')(); | ||
const dta = require('@dynatrace/agent-api')(); | ||
@@ -25,0 +25,0 @@ some.asyncFunction(someParam, dta.passContext(function(err, result) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8494