Socket
Socket
Sign inDemoInstall

@contrast/agentify

Package Overview
Dependencies
Maintainers
9
Versions
62
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.22.1 to 1.22.2

6

lib/index.js

@@ -132,2 +132,8 @@ /*

}
if (!core.config.enable) {
const errorMessage = 'Contrast agent disabled by configuration (enable: false)';
console.log(errorMessage);
throw new IntentionalError(errorMessage);
}
require('@contrast/logger').default(core);

@@ -134,0 +140,0 @@ require('@contrast/core/lib/agent-info')(core);

4

package.json
{
"name": "@contrast/agentify",
"version": "1.22.1",
"version": "1.22.2",
"description": "Configures Contrast agent services and instrumentation within an application",

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

"@contrast/common": "1.19.0",
"@contrast/config": "1.26.1",
"@contrast/config": "1.26.2",
"@contrast/core": "1.30.0",

@@ -24,0 +24,0 @@ "@contrast/deadzones": "1.1.2",

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