common-shakeify
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -88,3 +88,5 @@ 'use strict' | ||
Object.keys(row.deps).forEach((name) => { | ||
analyzer.resolve(file, name, row.deps[name]) | ||
if (row.deps[name]) { | ||
analyzer.resolve(file, name, row.deps[name]) | ||
} | ||
}) | ||
@@ -91,0 +93,0 @@ |
{ | ||
"name": "common-shakeify", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "browserify tree shaking plugin using @indutny common-shake", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31766
53
626
31