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

@dcloudio/uni-cli-shared

Package Overview
Dependencies
Maintainers
6
Versions
1741
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dcloudio/uni-cli-shared - npm Package Compare versions

Comparing version 0.2.942 to 0.2.943

2

lib/index.js

@@ -47,2 +47,3 @@ const tags = require('./tags')

getPlatformCssVars,
getPlatformCssnano,
jsPreprocessOptions,

@@ -83,2 +84,3 @@ cssPreprocessOptions,

getPlatformCssVars,
getPlatformCssnano,
getPlatformCompiler,

@@ -85,0 +87,0 @@ parsePagesJson,

@@ -197,2 +197,13 @@ const fs = require('fs')

},
getPlatformCssnano () {
return {
calc: false,
orderedValues: false,
mergeLonghand: false,
mergeRules: false,
cssDeclarationSorter: false,
discardComments: false,
discardDuplicates: false // 条件编译会导致重复
}
},
getPlatformScss () {

@@ -199,0 +210,0 @@ return `

2

package.json
{
"name": "@dcloudio/uni-cli-shared",
"version": "0.2.942",
"version": "0.2.943",
"description": "uni-cli-shared",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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