Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

express-csp-header

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-csp-header - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

2

dist/constants.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc