Socket
Socket
Sign inDemoInstall

@contrast/agentify

Package Overview
Dependencies
Maintainers
0
Versions
61
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.27.3 to 1.28.0

lib/diagnostics.js

7

lib/index.js

@@ -51,2 +51,3 @@ /*

'esmHooks',
'diagnostics',
];

@@ -127,4 +128,2 @@

}
core.logDiagnosticFiles(); // should this be moved into a separate install side-effect?
} catch (err) {

@@ -146,4 +145,4 @@ // TODO: Consider proper UNINSTALLATION and normal startup w/o agent

{ name: 'agent-info', spec: '@contrast/core/lib/agent-info' },
{ name: 'app-info', spec: '@contrast/core/lib/app-info' },
{ name: 'system-info', spec: '@contrast/core/lib/system-info' },
{ name: 'app-info', spec: '@contrast/core/lib/app-info' },
// was check for appInfo errors length and throw if found

@@ -167,3 +166,3 @@ { name: 'sensitive-data-masking', spec: '@contrast/core/lib/sensitive-data-masking' },

{ name: 'function-hooks', spec: './function-hooks' },
{ name: 'log-diagnostic-files', spec: './log-diagnostic-files' },
{ name: 'diagnostics', spec: './diagnostics' },
{ name: 'rewrite-hooks', spec: './rewrite-hooks' },

@@ -170,0 +169,0 @@ ];

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

@@ -20,15 +20,15 @@ "license": "SEE LICENSE IN LICENSE",

"dependencies": {
"@contrast/common": "1.21.3",
"@contrast/config": "1.28.3",
"@contrast/core": "1.32.3",
"@contrast/deadzones": "1.2.4",
"@contrast/common": "1.22.0",
"@contrast/config": "1.29.0",
"@contrast/core": "1.33.0",
"@contrast/deadzones": "1.3.0",
"@contrast/dep-hooks": "1.3.3",
"@contrast/esm-hooks": "2.6.3",
"@contrast/esm-hooks": "2.7.0",
"@contrast/find-package-json": "^1.1.0",
"@contrast/instrumentation": "1.10.1",
"@contrast/instrumentation": "1.11.0",
"@contrast/logger": "1.8.4",
"@contrast/metrics": "1.8.3",
"@contrast/metrics": "1.9.0",
"@contrast/patcher": "1.7.4",
"@contrast/reporter": "1.27.3",
"@contrast/rewriter": "1.8.4",
"@contrast/reporter": "1.28.0",
"@contrast/rewriter": "1.9.0",
"@contrast/scopes": "1.4.1",

@@ -35,0 +35,0 @@ "semver": "^7.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