isomorphic-loader
Advanced tools
+1
-3
@@ -15,5 +15,3 @@ "use strict"; | ||
| exports.getParentPath = parent => { | ||
| return ( | ||
| (parent && posixify(parent.path || (parent.filename && Path.dirname(parent.filename)))) || "" | ||
| ); | ||
| return (parent && (parent.path || (parent.filename && Path.dirname(parent.filename)))) || ""; | ||
| }; | ||
@@ -20,0 +18,0 @@ |
@@ -93,3 +93,4 @@ "use strict"; | ||
| const marked = stats.modules.reduce((acc, m) => { | ||
| const foundSig = this._loaderSigs.find(sig => m.identifier.includes(sig)); | ||
| const ident = posixify(m.identifier); | ||
| const foundSig = this._loaderSigs.find(sig => ident.includes(sig)); | ||
| if (foundSig && m.assets && m.assets.length > 0) { | ||
@@ -96,0 +97,0 @@ const userRequest = removeLoaders(getWebpackRequest(m)); |
+1
-1
| { | ||
| "name": "isomorphic-loader", | ||
| "version": "4.4.0", | ||
| "version": "4.4.1", | ||
| "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
27894
0.08%536
-0.19%