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
1745
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.961 to 0.2.962

2

lib/cache.js

@@ -48,3 +48,3 @@ /**

const supportGlobalUsingComponents = process.env.UNI_PLATFORM === 'mp-weixin'
const supportGlobalUsingComponents = process.env.UNI_PLATFORM === 'mp-weixin' || process.env.UNI_PLATFORM === 'mp-qq'

@@ -51,0 +51,0 @@ function updateComponentJson (name, jsonObj, usingComponents = true) {

@@ -39,2 +39,19 @@ const fs = require('fs')

},
'mp-qq': {
global: 'wx',
exts: {
style: '.wxss',
template: '.wxml'
},
vue: mpvueRuntime,
compiler: mpvueCompiler,
megalo: false,
subPackages: true,
cssVars: {
'--status-bar-height': '25px',
'--window-top': '0px',
'--window-bottom': '0px'
},
project: 'project.config.json'
},
'mp-weixin': {

@@ -41,0 +58,0 @@ global: 'wx',

@@ -8,2 +8,3 @@ const path = require('path')

'app-plus',
'mp-qq',
'mp-weixin',

@@ -10,0 +11,0 @@ 'mp-baidu',

{
"name": "@dcloudio/uni-cli-shared",
"version": "0.2.961",
"version": "0.2.962",
"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