@contrast/core
Advanced tools
Comparing version 1.27.0 to 1.27.1
/* | ||
* Copyright: 2023 Contrast Security, Inc | ||
* Copyright: 2024 Contrast Security, Inc | ||
* Contact: support@contrastsecurity.com | ||
@@ -4,0 +4,0 @@ * License: Commercial |
/* | ||
* Copyright: 2023 Contrast Security, Inc | ||
* Copyright: 2024 Contrast Security, Inc | ||
* Contact: support@contrastsecurity.com | ||
@@ -195,3 +195,3 @@ * License: Commercial | ||
// we only want to look at dirs in the intial directory | ||
// we only want to look at dirs in the initial directory | ||
// assign parent directory to directory | ||
@@ -198,0 +198,0 @@ directory = path.dirname(directory); |
/* | ||
* Copyright: 2023 Contrast Security, Inc | ||
* Copyright: 2024 Contrast Security, Inc | ||
* Contact: support@contrastsecurity.com | ||
@@ -4,0 +4,0 @@ * License: Commercial |
/* | ||
* Copyright: 2023 Contrast Security, Inc | ||
* Copyright: 2024 Contrast Security, Inc | ||
* Contact: support@contrastsecurity.com | ||
@@ -121,2 +121,5 @@ * License: Commercial | ||
}, | ||
import(...args) { | ||
// noop BAM | ||
}, | ||
@@ -123,0 +126,0 @@ // Injections |
/* | ||
* Copyright: 2023 Contrast Security, Inc | ||
* Copyright: 2024 Contrast Security, Inc | ||
* Contact: support@contrastsecurity.com | ||
@@ -4,0 +4,0 @@ * License: Commercial |
/* | ||
* Copyright: 2023 Contrast Security, Inc | ||
* Copyright: 2024 Contrast Security, Inc | ||
* Contact: support@contrastsecurity.com | ||
@@ -4,0 +4,0 @@ * License: Commercial |
/* | ||
* Copyright: 2023 Contrast Security, Inc | ||
* Copyright: 2024 Contrast Security, Inc | ||
* Contact: support@contrastsecurity.com | ||
@@ -4,0 +4,0 @@ * License: Commercial |
/* | ||
* Copyright: 2023 Contrast Security, Inc | ||
* Copyright: 2024 Contrast Security, Inc | ||
* Contact: support@contrastsecurity.com | ||
@@ -4,0 +4,0 @@ * License: Commercial |
/* | ||
* Copyright: 2023 Contrast Security, Inc | ||
* Copyright: 2024 Contrast Security, Inc | ||
* Contact: support@contrastsecurity.com | ||
@@ -4,0 +4,0 @@ * License: Commercial |
/* | ||
* Copyright: 2023 Contrast Security, Inc | ||
* Copyright: 2024 Contrast Security, Inc | ||
* Contact: support@contrastsecurity.com | ||
@@ -35,3 +35,3 @@ * License: Commercial | ||
logger.trace(`masking sensitive fields in ${Event.PROTECT} message`); | ||
logger.trace('masking sensitive fields in %s message', Event.PROTECT); | ||
@@ -38,0 +38,0 @@ if (policy.maskHttpBody) { |
/* | ||
* Copyright: 2023 Contrast Security, Inc | ||
* Copyright: 2024 Contrast Security, Inc | ||
* Contact: support@contrastsecurity.com | ||
@@ -4,0 +4,0 @@ * License: Commercial |
/* | ||
* Copyright: 2023 Contrast Security, Inc | ||
* Copyright: 2024 Contrast Security, Inc | ||
* Contact: support@contrastsecurity.com | ||
@@ -4,0 +4,0 @@ * License: Commercial |
{ | ||
"name": "@contrast/core", | ||
"version": "1.27.0", | ||
"version": "1.27.1", | ||
"description": "Preconfigured Contrast agent core services and models", | ||
@@ -20,4 +20,4 @@ "license": "SEE LICENSE IN LICENSE", | ||
"@contrast/common": "1.16.0", | ||
"@contrast/fn-inspect": "^3.4.0" | ||
"@contrast/fn-inspect": "^4.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35386
915
+ Added@contrast/fn-inspect@4.3.0(transitive)
- Removed@contrast/fn-inspect@3.4.0(transitive)
Updated@contrast/fn-inspect@^4.0.0