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

isolated-externals-plugin

Package Overview
Dependencies
Maintainers
4
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isolated-externals-plugin - npm Package Compare versions

Comparing version 2.4.0-preload-non-esm-e559461.14 to 2.4.0-preload-non-esm-e559461.15

6

dist/IsolatedExternalsPlugin.js

@@ -321,3 +321,3 @@ "use strict";

};
const getResultKey = (result, parents) => `${result.request}!${parents.map((p) => p.identifier()).join('!')}`;
const getParentsKey = (parents) => parents.map((p) => p.identifier()).join('!');
const getUnpromisedRequest = (request, globalName) => {

@@ -339,3 +339,3 @@ const req = request.endsWith('/') ? request + 'index' : request;

return;
addKnownParent(getResultKey(result, parents), {
addKnownParent(getParentsKey(parents), {
isNonEsm,

@@ -397,3 +397,3 @@ connections: createModuleSet(parents),

return;
const knownModule = getKnownParent(getResultKey(result, parents), parents);
const knownModule = getKnownParent(getParentsKey(parents), parents);
if (knownModule) {

@@ -400,0 +400,0 @@ logger.debug(`known module: \n`, result.request, '\n', knownModule);

{
"name": "isolated-externals-plugin",
"version": "2.4.0-preload-non-esm-e559461.14",
"version": "2.4.0-preload-non-esm-e559461.15",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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