@wordpress/dependency-extraction-webpack-plugin
Advanced tools
Comparing version 3.3.2 to 3.3.3-next.a55ed9455a.0
@@ -58,3 +58,3 @@ /** | ||
// Handle via options.requestToExternal first | ||
// Handle via options.requestToExternal first. | ||
if ( typeof this.options.requestToExternal === 'function' ) { | ||
@@ -64,3 +64,3 @@ externalRequest = this.options.requestToExternal( request ); | ||
// Cascade to default if unhandled and enabled | ||
// Cascade to default if unhandled and enabled. | ||
if ( | ||
@@ -87,3 +87,3 @@ typeof externalRequest === 'undefined' && | ||
mapRequestToDependency( request ) { | ||
// Handle via options.requestToHandle first | ||
// Handle via options.requestToHandle first. | ||
if ( typeof this.options.requestToHandle === 'function' ) { | ||
@@ -96,3 +96,3 @@ const scriptDependency = this.options.requestToHandle( request ); | ||
// Cascade to default if enabled | ||
// Cascade to default if enabled. | ||
if ( this.options.useDefaults ) { | ||
@@ -105,3 +105,3 @@ const scriptDependency = defaultRequestToHandle( request ); | ||
// Fall back to the request name | ||
// Fall back to the request name. | ||
return request; | ||
@@ -197,3 +197,3 @@ } | ||
processModule( chunkModule ); | ||
// loop through submodules of ConcatenatedModule | ||
// Loop through submodules of ConcatenatedModule. | ||
if ( chunkModule.modules ) { | ||
@@ -200,0 +200,0 @@ for ( const concatModule of chunkModule.modules ) { |
{ | ||
"name": "@wordpress/dependency-extraction-webpack-plugin", | ||
"version": "3.3.2", | ||
"version": "3.3.3-next.a55ed9455a.0", | ||
"description": "Extract WordPress script dependencies from webpack bundles.", | ||
@@ -41,3 +41,3 @@ "author": "The WordPress Contributors", | ||
}, | ||
"gitHead": "4566ac290359553d04de4eb574545309343f790b" | ||
"gitHead": "c5108185851b824d531bce55991a3589947e8551" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
60302
1
1