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
3
Versions
1736
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.0.4 to 0.0.5

7

lib/pages.js
const path = require('path')
const {
normalizePath
} = require('./util')
const {
getJson,

@@ -71,3 +76,3 @@ parseJson

}) => pages.forEach(page => {
const pagePath = path.join(root, page.path)
const pagePath = normalizePath(path.join(root, page.path))
process.UNI_ENTRY[pagePath] = getMainJsPath(pagePath)

@@ -74,0 +79,0 @@ process.UNI_SUB_PACKAGES_ROOT[pagePath] = root

2

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