@contrast/agent-bundle 5.39.0 → 5.39.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.
- package/node_modules/@contrast/agent/package.json +10 -10
- package/node_modules/@contrast/agentify/package.json +14 -14
- package/node_modules/@contrast/architecture-components/package.json +5 -5
- package/node_modules/@contrast/assess/lib/crypto-analysis/install/math.js +1 -0
- package/node_modules/@contrast/assess/package.json +11 -11
- package/node_modules/@contrast/common/lib/constants.d.ts +10 -0
- package/node_modules/@contrast/common/lib/constants.js +15 -1
- package/node_modules/@contrast/common/lib/index.d.ts +1 -0
- package/node_modules/@contrast/common/lib/index.js +12 -2
- package/node_modules/@contrast/common/package.json +1 -1
- package/node_modules/@contrast/config/package.json +3 -3
- package/node_modules/@contrast/core/package.json +5 -5
- package/node_modules/@contrast/deadzones/package.json +5 -5
- package/node_modules/@contrast/dep-hooks/package.json +3 -3
- package/node_modules/@contrast/esm-hooks/package.json +6 -6
- package/node_modules/@contrast/instrumentation/package.json +5 -5
- package/node_modules/@contrast/library-analysis/lib/install/library-reporting/dep.json +152 -145
- package/node_modules/@contrast/library-analysis/package.json +4 -4
- package/node_modules/@contrast/logger/package.json +3 -3
- package/node_modules/@contrast/metrics/package.json +6 -6
- package/node_modules/@contrast/patcher/package.json +2 -2
- package/node_modules/@contrast/protect/package.json +11 -11
- package/node_modules/@contrast/reporter/package.json +6 -6
- package/node_modules/@contrast/rewriter/package.json +5 -5
- package/node_modules/@contrast/route-coverage/package.json +7 -7
- package/node_modules/@contrast/scopes/package.json +5 -5
- package/node_modules/@contrast/telemetry/package.json +5 -5
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/node/test.d.ts +1905 -2009
- package/package.json +3 -5
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/library-analysis",
|
|
3
|
-
"version": "1.44.
|
|
3
|
+
"version": "1.44.1",
|
|
4
4
|
"description": "Handles library reporting and library usage analysis",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@contrast/code-events": "^3.1.0",
|
|
24
|
-
"@contrast/common": "1.34.
|
|
25
|
-
"@contrast/config": "1.49.
|
|
24
|
+
"@contrast/common": "1.34.1",
|
|
25
|
+
"@contrast/config": "1.49.1",
|
|
26
26
|
"@contrast/find-package-json": "^1.1.0",
|
|
27
|
-
"@contrast/logger": "1.27.
|
|
27
|
+
"@contrast/logger": "1.27.1",
|
|
28
28
|
"semver": "^7.6.0"
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/logger",
|
|
3
|
-
"version": "1.27.
|
|
3
|
+
"version": "1.27.1",
|
|
4
4
|
"description": "Centralized logging for Contrast agent services",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"test": "bash ../scripts/test.sh"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@contrast/common": "1.34.
|
|
25
|
-
"@contrast/config": "1.49.
|
|
24
|
+
"@contrast/common": "1.34.1",
|
|
25
|
+
"@contrast/config": "1.49.1",
|
|
26
26
|
"pino": "^8.15.0"
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/metrics",
|
|
3
|
-
"version": "1.31.
|
|
3
|
+
"version": "1.31.1",
|
|
4
4
|
"description": "Records and logs route latency",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"test": "bash ../scripts/test.sh"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@contrast/common": "1.34.
|
|
25
|
-
"@contrast/config": "1.49.
|
|
26
|
-
"@contrast/dep-hooks": "1.23.
|
|
27
|
-
"@contrast/logger": "1.27.
|
|
28
|
-
"@contrast/patcher": "1.26.
|
|
24
|
+
"@contrast/common": "1.34.1",
|
|
25
|
+
"@contrast/config": "1.49.1",
|
|
26
|
+
"@contrast/dep-hooks": "1.23.1",
|
|
27
|
+
"@contrast/logger": "1.27.1",
|
|
28
|
+
"@contrast/patcher": "1.26.1"
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/patcher",
|
|
3
|
-
"version": "1.26.
|
|
3
|
+
"version": "1.26.1",
|
|
4
4
|
"description": "Advanced monkey patching--registers hooks to run in and around functions",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
"test": "bash ../scripts/test.sh"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@contrast/logger": "1.27.
|
|
23
|
+
"@contrast/logger": "1.27.1"
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/protect",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.1",
|
|
4
4
|
"description": "Contrast service providing framework-agnostic Protect support",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@contrast/agent-lib": "^9.1.0",
|
|
24
|
-
"@contrast/common": "1.34.
|
|
25
|
-
"@contrast/config": "1.49.
|
|
26
|
-
"@contrast/core": "1.54.
|
|
27
|
-
"@contrast/dep-hooks": "1.23.
|
|
28
|
-
"@contrast/esm-hooks": "2.28.
|
|
29
|
-
"@contrast/instrumentation": "1.33.
|
|
30
|
-
"@contrast/logger": "1.27.
|
|
31
|
-
"@contrast/patcher": "1.26.
|
|
32
|
-
"@contrast/rewriter": "1.30.
|
|
33
|
-
"@contrast/scopes": "1.24.
|
|
24
|
+
"@contrast/common": "1.34.1",
|
|
25
|
+
"@contrast/config": "1.49.1",
|
|
26
|
+
"@contrast/core": "1.54.1",
|
|
27
|
+
"@contrast/dep-hooks": "1.23.1",
|
|
28
|
+
"@contrast/esm-hooks": "2.28.1",
|
|
29
|
+
"@contrast/instrumentation": "1.33.1",
|
|
30
|
+
"@contrast/logger": "1.27.1",
|
|
31
|
+
"@contrast/patcher": "1.26.1",
|
|
32
|
+
"@contrast/rewriter": "1.30.1",
|
|
33
|
+
"@contrast/scopes": "1.24.1",
|
|
34
34
|
"async-hook-domain": "^4.0.1",
|
|
35
35
|
"ipaddr.js": "^2.0.1",
|
|
36
36
|
"on-finished": "^2.4.1",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/reporter",
|
|
3
|
-
"version": "1.51.
|
|
3
|
+
"version": "1.51.1",
|
|
4
4
|
"description": "Subscribes to agent messages and reports them",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"test": "bash ../scripts/test.sh"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@contrast/common": "1.34.
|
|
25
|
-
"@contrast/config": "1.49.
|
|
26
|
-
"@contrast/core": "1.54.
|
|
27
|
-
"@contrast/logger": "1.27.
|
|
24
|
+
"@contrast/common": "1.34.1",
|
|
25
|
+
"@contrast/config": "1.49.1",
|
|
26
|
+
"@contrast/core": "1.54.1",
|
|
27
|
+
"@contrast/logger": "1.27.1",
|
|
28
28
|
"@contrast/perf": "1.3.1",
|
|
29
|
-
"@contrast/scopes": "1.24.
|
|
29
|
+
"@contrast/scopes": "1.24.1",
|
|
30
30
|
"axios": "^1.7.4",
|
|
31
31
|
"crc-32": "^1.2.2",
|
|
32
32
|
"safe-stable-stringify": "^2.4.1",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/rewriter",
|
|
3
|
-
"version": "1.30.
|
|
3
|
+
"version": "1.30.1",
|
|
4
4
|
"description": "A transpilation tool mainly used for instrumentation",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@contrast/agent-swc-plugin": "3.0.0",
|
|
24
|
-
"@contrast/common": "1.34.
|
|
25
|
-
"@contrast/config": "1.49.
|
|
26
|
-
"@contrast/core": "1.54.
|
|
27
|
-
"@contrast/logger": "1.27.
|
|
24
|
+
"@contrast/common": "1.34.1",
|
|
25
|
+
"@contrast/config": "1.49.1",
|
|
26
|
+
"@contrast/core": "1.54.1",
|
|
27
|
+
"@contrast/logger": "1.27.1",
|
|
28
28
|
"@swc/core": "1.11.24"
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/route-coverage",
|
|
3
|
-
"version": "1.45.
|
|
3
|
+
"version": "1.45.1",
|
|
4
4
|
"description": "Handles route discovery and observation",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
"test": "bash ../scripts/test.sh"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@contrast/common": "1.34.
|
|
24
|
-
"@contrast/config": "1.49.
|
|
25
|
-
"@contrast/dep-hooks": "1.23.
|
|
23
|
+
"@contrast/common": "1.34.1",
|
|
24
|
+
"@contrast/config": "1.49.1",
|
|
25
|
+
"@contrast/dep-hooks": "1.23.1",
|
|
26
26
|
"@contrast/fn-inspect": "^4.3.0",
|
|
27
|
-
"@contrast/logger": "1.27.
|
|
28
|
-
"@contrast/patcher": "1.26.
|
|
29
|
-
"@contrast/scopes": "1.24.
|
|
27
|
+
"@contrast/logger": "1.27.1",
|
|
28
|
+
"@contrast/patcher": "1.26.1",
|
|
29
|
+
"@contrast/scopes": "1.24.1",
|
|
30
30
|
"semver": "^7.6.0",
|
|
31
31
|
"path-to-regexp": "^8.2.0"
|
|
32
32
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/scopes",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.1",
|
|
4
4
|
"description": "Handles AsyncLocalStorage scopes",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"test": "bash ../scripts/test.sh"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@contrast/core": "1.54.
|
|
24
|
-
"@contrast/dep-hooks": "1.23.
|
|
25
|
-
"@contrast/logger": "1.27.
|
|
26
|
-
"@contrast/patcher": "1.26.
|
|
23
|
+
"@contrast/core": "1.54.1",
|
|
24
|
+
"@contrast/dep-hooks": "1.23.1",
|
|
25
|
+
"@contrast/logger": "1.27.1",
|
|
26
|
+
"@contrast/patcher": "1.26.1"
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/telemetry",
|
|
3
|
-
"version": "1.29.
|
|
3
|
+
"version": "1.29.1",
|
|
4
4
|
"description": "Telemetry reporting for the Contrast Node.js agent.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"test": "bash ../scripts/test.sh"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@contrast/common": "1.34.
|
|
23
|
-
"@contrast/config": "1.49.
|
|
24
|
-
"@contrast/core": "1.54.
|
|
25
|
-
"@contrast/logger": "1.27.
|
|
22
|
+
"@contrast/common": "1.34.1",
|
|
23
|
+
"@contrast/config": "1.49.1",
|
|
24
|
+
"@contrast/core": "1.54.1",
|
|
25
|
+
"@contrast/logger": "1.27.1",
|
|
26
26
|
"axios": "^1.7.4",
|
|
27
27
|
"getmac": "^6.3.0"
|
|
28
28
|
}
|
|
@@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Tue, 01 Jul 2025 19:02:07 GMT
|
|
12
12
|
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)
|
|
13
13
|
|
|
14
14
|
# Credits
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "24.0.
|
|
3
|
+
"version": "24.0.9",
|
|
4
4
|
"description": "TypeScript definitions for node",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -235,6 +235,6 @@
|
|
|
235
235
|
"undici-types": "~7.8.0"
|
|
236
236
|
},
|
|
237
237
|
"peerDependencies": {},
|
|
238
|
-
"typesPublisherContentHash": "
|
|
238
|
+
"typesPublisherContentHash": "eca643fa866d5ed2967c0b8798eac27b18ecb6010efe9a7c3e5f99f4513b0684",
|
|
239
239
|
"typeScriptVersion": "5.1"
|
|
240
240
|
}
|