Socket
Book a DemoInstallSign in
Socket

@plotly/webpack-dash-dynamic-import

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plotly/webpack-dash-dynamic-import - npm Package Compare versions

Comparing version

to
1.3.0

2

package.json
{
"name": "@plotly/webpack-dash-dynamic-import",
"version": "1.2.0",
"version": "1.3.0",
"description": "Webpack Plugin for Dynamic Import in Dash",

@@ -5,0 +5,0 @@ "repository": {

@@ -81,2 +81,6 @@ const fs = require('fs');

compilation.mainTemplate.hooks.requireExtensions.tap('WebpackDashDynamicImport > RequireExtensions', (source, chunk, hash) => {
// Prevent CSS chunks from having JS appended to them
if (chunk.name === 'mini-css-extract-plugin') {
return source;
}
return source + resolveImportSource();

@@ -83,0 +87,0 @@ });

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.