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.16.0 to 1.17.0

2

lib/index.js

@@ -45,3 +45,3 @@ /*

try {
require('@contrast/core/lib/events')(core);
require('@contrast/core/lib/messages')(core);
require('@contrast/config')(core);

@@ -48,0 +48,0 @@ require('@contrast/logger').default(core);

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

const {
events: { lifecycle },
messages,
instrumentation: { instrument },

@@ -45,3 +45,3 @@ scopes: { sources: sourcesStorage }

res.on('finish', () => {
lifecycle.emit(Event.RESPONSE_FINISH, store);
messages.emit(Event.RESPONSE_FINISH, store);
});

@@ -48,0 +48,0 @@

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

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

"dependencies": {
"@contrast/common": "1.15.1",
"@contrast/config": "1.21.0",
"@contrast/core": "1.26.1",
"@contrast/common": "1.16.0",
"@contrast/config": "1.22.0",
"@contrast/core": "1.27.0",
"@contrast/deadzones": "1.1.1",
"@contrast/dep-hooks": "^1.3.0",
"@contrast/instrumentation": "^1.2.1",
"@contrast/dep-hooks": "1.3.0",
"@contrast/instrumentation": "1.3.0",
"@contrast/logger": "1.7.0",
"@contrast/metrics": "1.1.0",
"@contrast/metrics": "1.2.0",
"@contrast/patcher": "1.7.1",
"@contrast/reporter": "1.21.1",
"@contrast/rewriter": "^1.4.2",
"@contrast/scopes": "^1.4.0"
"@contrast/reporter": "1.22.0",
"@contrast/rewriter": "1.4.2",
"@contrast/scopes": "1.4.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