Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@docusaurus/cssnano-preset

Package Overview
Dependencies
Maintainers
6
Versions
1782
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@docusaurus/cssnano-preset - npm Package Compare versions

Comparing version 2.0.0-alpha.69 to 2.0.0-alpha.08f6734bf

4

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc