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.2.2
to
4.3.0
+7
-0
lib/extend-require.js

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