express-csp-header
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -1,3 +0,3 @@ | ||
export { NONE, SELF, INLINE, EVAL, DATA, BLOB, STRICT_DYNAMIC, NO_REFERER, NONE_WHEN_DOWNGRADE, ORIGIN, ORIGIN_WHEN_CROSS_ORIGIN, UNSAFE_URL, ALLOW_FORMS, ALLOW_MODALS, ALLOW_ORIENTATION_LOCK, ALLOW_POINTER_LOCK, ALLOW_POPUPS, ALLOW_POPUPS_TO_ESACPE_SANDBOX, ALLOW_PRESENTATION, ALLOW_SAME_ORIGIN, ALLOW_SCRIPTS, ALLOW_TOP_NAVIGATION } from 'csp-header'; | ||
export { NONE, SELF, INLINE, HASHES, EVAL, DATA, BLOB, STRICT_DYNAMIC, NO_REFERER, NONE_WHEN_DOWNGRADE, ORIGIN, ORIGIN_WHEN_CROSS_ORIGIN, UNSAFE_URL, ALLOW_FORMS, ALLOW_MODALS, ALLOW_ORIENTATION_LOCK, ALLOW_POINTER_LOCK, ALLOW_POPUPS, ALLOW_POPUPS_TO_ESACPE_SANDBOX, ALLOW_PRESENTATION, ALLOW_SAME_ORIGIN, ALLOW_SCRIPTS, ALLOW_TOP_NAVIGATION } from 'csp-header'; | ||
export declare const NONCE = "%nonce%"; | ||
export declare const TLD = "%tld%"; |
@@ -7,2 +7,3 @@ "use strict"; | ||
exports.INLINE = csp_header_1.INLINE; | ||
exports.HASHES = csp_header_1.HASHES; | ||
exports.EVAL = csp_header_1.EVAL; | ||
@@ -9,0 +10,0 @@ exports.DATA = csp_header_1.DATA; |
{ | ||
"name": "express-csp-header", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "Content-Security-Policy middleware for Express", | ||
@@ -40,5 +40,5 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"csp-header": "^2.1.1", | ||
"csp-header": "^2.2.0", | ||
"psl": "^1.8.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
15150
138
Updatedcsp-header@^2.2.0