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

@sitecore-jss/sitecore-jss-proxy

Package Overview
Dependencies
Maintainers
9
Versions
1405
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sitecore-jss/sitecore-jss-proxy - npm Package Compare versions

Comparing version 11.0.2 to 11.0.3

.nyc_output/5cd180e9-f30f-4b5c-9cbe-1c86beaa8004.json

12

dist/index.js

@@ -380,8 +380,10 @@ "use strict";

result = config.pathRewriteExcludePredicate(originalUrl);
if (config.debug && result) {
console.log("DEBUG: URL " + originalUrl + " did not match the proxy exclude function, and will be treated as a layout service route to render.");
if (!noDebug && config.debug) {
if (result) {
console.log("DEBUG: URL " + originalUrl + " did not match the proxy exclude function, and will be treated as a layout service route to render.");
}
else {
console.log("DEBUG: URL " + originalUrl + " matched the proxy exclude function and will be served verbatim as received.");
}
}
else {
console.log("DEBUG: URL " + originalUrl + " matched the proxy exclude function and will be served verbatim as received.");
}
return result;

@@ -388,0 +390,0 @@ }

{
"name": "@sitecore-jss/sitecore-jss-proxy",
"version": "11.0.2",
"version": "11.0.3",
"description": "Proxy middleware for express.js server.",

@@ -44,3 +44,3 @@ "main": "dist/index.js",

"types": "types/index.d.ts",
"gitHead": "27c6ca8667107122315895885854cd5abce528bf"
"gitHead": "b297630702fb5843ca8cbcd377100e271f9b7236"
}
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