isomorphic-loader
Advanced tools
@@ -27,2 +27,3 @@ "use strict"; | ||
| this.activated = false; | ||
| this.interceptLoad(); | ||
| } | ||
@@ -61,2 +62,3 @@ | ||
| Module._load = this._originalLoad; | ||
| this._originalLoad = undefined; | ||
| } | ||
@@ -222,2 +224,7 @@ this.emit("reset"); | ||
| } | ||
| } else if (this.options.interceptByExts) { | ||
| const ext = Path.extname(request); | ||
| if (ext && this.options.interceptByExts.includes(ext)) { | ||
| return {}; | ||
| } | ||
| } | ||
@@ -224,0 +231,0 @@ |
+1
-1
| { | ||
| "name": "isomorphic-loader", | ||
| "version": "4.2.2", | ||
| "version": "4.3.0", | ||
| "description": "Webpack isomorphic loader tools to make Node require handle files like images for Server Side Rendering (SSR)", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
27869
0.91%536
1.32%