@contrast/agent 5.0.0 → 5.0.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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Contrast Security Node.js Agent
|
|
2
2
|
|
|
3
3
|
This package will enable instrumentation of your Node.js application for
|
|
4
|
-
security
|
|
4
|
+
security analysis and runtime protection by [Contrast Security](https://www.contrastsecurity.com).
|
|
5
5
|
|
|
6
6
|
Unlike legacy application security testing solutions, Contrast produces accurate
|
|
7
7
|
results without dependence on application security experts. Accuracy comes from
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/agent",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.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,11 +21,11 @@
|
|
|
21
21
|
"test": "../scripts/test.sh"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@contrast/agentify": "1.18.
|
|
24
|
+
"@contrast/agentify": "1.18.1",
|
|
25
25
|
"@contrast/architecture-components": "1.14.0",
|
|
26
26
|
"@contrast/assess": "1.20.0",
|
|
27
27
|
"@contrast/library-analysis": "1.15.1",
|
|
28
|
-
"@contrast/protect": "1.30.
|
|
28
|
+
"@contrast/protect": "1.30.1",
|
|
29
29
|
"@contrast/route-coverage": "1.14.0",
|
|
30
30
|
"@contrast/telemetry": "1.2.0",
|
|
31
31
|
"semver": "^7.3.7"
|