@contrast/route-coverage 1.48.0 → 1.49.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.
@@ -459,11 +459,6 @@ class ExpressInstrumentation {
459
459
  let templates = [];
460
460
  const info = funcInfo(handler);
461
461
 
462
- // ignore 3rd-party mw/handlers
463
- if (info.file?.includes?.('node_modules')) {
464
- return null;
465
- }
466
-
467
462
  let file = info.file ?
468
463
  StringPrototypeReplace.call(info.file, core.appInfo.app_dir, '') :
469
464
  '';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrast/route-coverage",
3
- "version": "1.48.0",
3
+ "version": "1.49.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,14 +20,14 @@
20
20
  "test": "bash ../scripts/test.sh"
21
21
  },
22
22
  "dependencies": {
23
- "@contrast/common": "1.36.0",
24
- "@contrast/config": "1.51.0",
25
- "@contrast/core": "1.56.0",
26
- "@contrast/dep-hooks": "1.25.0",
23
+ "@contrast/common": "1.37.0",
24
+ "@contrast/config": "1.52.1",
25
+ "@contrast/core": "1.57.1",
26
+ "@contrast/dep-hooks": "1.26.1",
27
27
  "@contrast/fn-inspect": "^5.0.2",
28
- "@contrast/logger": "1.29.0",
29
- "@contrast/patcher": "1.28.0",
30
- "@contrast/scopes": "1.26.0",
28
+ "@contrast/logger": "1.30.1",
29
+ "@contrast/patcher": "1.29.1",
30
+ "@contrast/scopes": "1.27.1",
31
31
  "semver": "^7.6.0"
32
32
  }
33
33
  }