@contrast/common
Advanced tools
Comparing version 1.15.0 to 1.15.1
@@ -38,2 +38,3 @@ export declare enum Event { | ||
SSJS_INJECTION = "ssjs-injection", | ||
UNSAFE_CODE_EXECUTION = "unsafe-code-execution", | ||
UNSAFE_FILE_UPLOAD = "unsafe-file-upload", | ||
@@ -40,0 +41,0 @@ UNTRUSTED_DESERIALIZATION = "untrusted-deserialization", |
@@ -58,2 +58,3 @@ "use strict"; | ||
Rule["SSJS_INJECTION"] = "ssjs-injection"; | ||
Rule["UNSAFE_CODE_EXECUTION"] = "unsafe-code-execution"; | ||
Rule["UNSAFE_FILE_UPLOAD"] = "unsafe-file-upload"; | ||
@@ -60,0 +61,0 @@ Rule["UNTRUSTED_DESERIALIZATION"] = "untrusted-deserialization"; |
@@ -35,2 +35,3 @@ /// <reference types="node" /> | ||
serverName: string; | ||
serverType: string; | ||
serverEnvironment: string; | ||
@@ -37,0 +38,0 @@ version: string; |
{ | ||
"name": "@contrast/common", | ||
"version": "1.15.0", | ||
"version": "1.15.1", | ||
"description": "Shared constants and utilities for all Contrast Agent modules", | ||
@@ -5,0 +5,0 @@ "license": "UNLICENSED", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
81687
1207