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
1743
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.945 to 0.2.946

10

lib/pages.js

@@ -105,6 +105,8 @@ const fs = require('fs')

subNVues.forEach(subNVue => {
const subNVuePagePath = removeExt(path.join(root, subNVue.path))
process.UNI_NVUE_ENTRY[subNVuePagePath] = path.resolve(process.env.UNI_INPUT_DIR,
subNVuePagePath +
'.nvue') + '?entry'
if (subNVue.path) {
const subNVuePagePath = removeExt(path.join(root, subNVue.path))
process.UNI_NVUE_ENTRY[subNVuePagePath] = path.resolve(process.env.UNI_INPUT_DIR,
subNVuePagePath +
'.nvue') + '?entry'
}
})

@@ -111,0 +113,0 @@ }

2

package.json
{
"name": "@dcloudio/uni-cli-shared",
"version": "0.2.945",
"version": "0.2.946",
"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