Socket
Socket
Sign inDemoInstall

@contrast/agentify

Package Overview
Dependencies
Maintainers
9
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrast/agentify - npm Package Compare versions

Comparing version 1.14.0 to 1.15.0

7

lib/index.js

@@ -23,4 +23,3 @@ /*

const defaultOpts = {
install: true,
svcList: [
installOrder: [
'reporter',

@@ -106,3 +105,3 @@ 'contrastMethods',

if (opts.install) {
if (opts.installOrder?.length) {
await self.install();

@@ -138,3 +137,3 @@ }

async install() {
for (const svcName of this.opts.svcList) {
for (const svcName of this.opts.installOrder) {
const svc = this.core[svcName];

@@ -141,0 +140,0 @@ if (svc?.install) {

{
"name": "@contrast/agentify",
"version": "1.14.0",
"version": "1.15.0",
"description": "Configures Contrast agent services and instrumentation within an application",

@@ -21,5 +21,5 @@ "license": "SEE LICENSE IN LICENSE",

"@contrast/common": "1.15.1",
"@contrast/config": "1.19.0",
"@contrast/config": "1.20.0",
"@contrast/logger": "1.6.0"
}
}
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