You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@plotly/webpack-dash-dynamic-import

Package Overview
Dependencies
Maintainers
19
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.1.1

2

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

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

@@ -27,3 +27,3 @@ const fs = require('fs');

const isLocalScript = function(script) {
return /\/_dash-components-suite\//.test(script.src);
return /\\\/_dash-component-suites\\\//.test(script.src);
};

@@ -30,0 +30,0 @@