New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

isomorphic-loader

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isomorphic-loader - npm Package Compare versions

Comparing version
4.4.0
to
4.4.1
+1
-3
lib/utils.js

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

{
"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",