@contrast/agent 5.2.0 → 5.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -111,6 +111,7 @@ async function executor(core) {
111
111
  */
112
112
  install() {
113
113
  if (
114
+ isMainThread &&
114
115
  !core.config.getEffectiveValue('assess.enable') &&
115
116
  !core.config.getEffectiveValue('protect.enable')
116
117
  ) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrast/agent",
3
- "version": "5.2.0",
3
+ "version": "5.2.1",
4
4
  "description": "Assess and Protect agents for Node.js",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
@@ -21,13 +21,13 @@
21
21
  "test": "../scripts/test.sh"
22
22
  },
23
23
  "dependencies": {
24
- "@contrast/agentify": "1.20.0",
24
+ "@contrast/agentify": "1.20.1",
25
25
  "@contrast/architecture-components": "1.16.0",
26
- "@contrast/assess": "1.24.0",
26
+ "@contrast/assess": "1.24.1",
27
27
  "@contrast/library-analysis": "1.17.0",
28
- "@contrast/protect": "1.32.0",
28
+ "@contrast/protect": "1.32.1",
29
29
  "@contrast/route-coverage": "1.16.0",
30
- "@contrast/telemetry": "1.4.0",
30
+ "@contrast/telemetry": "1.4.1",
31
31
  "semver": "^7.3.7"
32
32
  }
33
33
  }