Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dynatrace/agent-api

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynatrace/agent-api - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"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) {

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