New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dcloudio/uni-cli-shared

Package Overview
Dependencies
Maintainers
6
Versions
1752
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 2.0.0-alpha-22420190823011 to 2.0.0-alpha-22420190823012

15

lib/pages.js

@@ -85,5 +85,5 @@ const fs = require('fs')

if (Object.keys(uniNVuePages).length) { // 直接挂在 pagesJson 上
if (uniNVuePages.length) { // 直接挂在 pagesJson 上
pagesJson.nvue = {
pages: uniNVuePages
pages: uniNVuePages.reverse()
}

@@ -156,5 +156,6 @@ if (uniNVueEntryPagePath) {

uniNVuePages[pagePath + '.html'] = {
'window': page.style || {}
}
uniNVuePages.push({
'path': pagePath + '.html',
'style': page.style || {}
})
return false

@@ -181,3 +182,3 @@ }

let uniNVuePages = {}
const uniNVuePages = []

@@ -221,3 +222,3 @@ function parsePages (pagesJson, pageCallback, subPageCallback) {

uniNVuePages = {}
uniNVuePages.length = 0

@@ -224,0 +225,0 @@ if (!pagesJson) {

{
"name": "@dcloudio/uni-cli-shared",
"version": "2.0.0-alpha-22420190823011",
"version": "2.0.0-alpha-22420190823012",
"description": "uni-cli-shared",

@@ -18,3 +18,3 @@ "main": "lib/index.js",

},
"gitHead": "947f2c992837a7b9c49b573e43426be3b7231861"
"gitHead": "235db508c387b1717309b53dc1aa2b0cd98b285e"
}
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