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.5 to 2.4.0-preload-non-esm-e559461.6

5

dist/IsolatedExternalsPlugin.js

@@ -237,4 +237,5 @@ "use strict";

}
const newEntryRequest = getEntryDepsRequest(entryName, this.unpromisedEntryModuleLocation, entryDep.request, entryDep.getContext() ||
(entryDep.request.startsWith('/') ? '' : process.cwd()));
const newEntryRequest = getEntryDepsRequest(entryName, this.unpromisedEntryModuleLocation, entryDep.request, /^\./.test(entryDep.request)
? entryDep.getContext() || process.cwd()
: '');
if (entryDep.request === newEntryRequest) {

@@ -241,0 +242,0 @@ logger.debug('no need to rebuild entry module', entryDep.request);

2

package.json
{
"name": "isolated-externals-plugin",
"version": "2.4.0-preload-non-esm-e559461.5",
"version": "2.4.0-preload-non-esm-e559461.6",
"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