@docusaurus/cssnano-preset
Advanced tools
Comparing version 2.0.0-alpha.69 to 2.0.0-alpha.08f6734bf
{ | ||
"name": "@docusaurus/cssnano-preset", | ||
"version": "2.0.0-alpha.69", | ||
"version": "2.0.0-alpha.08f6734bf", | ||
"description": "Advanced cssnano preset for maximum optimization", | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "4410a9eb01b87c2df664986ba37e748ed34a3c78" | ||
"gitHead": "904e782230bc8377410f408cfc6aecdbd1e02c86" | ||
} |
@@ -31,7 +31,9 @@ /** | ||
const hasImportantProperties = sameProperties.some((p) => | ||
p.hasOwnProperty('important'), | ||
Object.prototype.hasOwnProperty.call(p, 'important'), | ||
); | ||
const overriddenProperties = hasImportantProperties | ||
? sameProperties.filter((p) => !p.hasOwnProperty('important')) | ||
? sameProperties.filter( | ||
(p) => !Object.prototype.hasOwnProperty.call(p, 'important'), | ||
) | ||
: sameProperties.slice(0, -1); | ||
@@ -38,0 +40,0 @@ |
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
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
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
96
0
5892
8