@contrast/route-coverage 1.57.0 → 1.57.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.
@@ -527,6 +527,7 @@ class ExpressInstrumentation {
527
527
  });
528
528
  }
529
529
 
530
+ if (Object.hasOwn(target, kMetaKey)) return;
530
531
  Object.defineProperty(target, kMetaKey, {
531
532
  enumerable: false,
532
533
  value: meta,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrast/route-coverage",
3
- "version": "1.57.0",
3
+ "version": "1.57.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)",