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

@mpxjs/cli-shared-utils

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mpxjs/cli-shared-utils - npm Package Compare versions

Comparing version 2.1.16 to 2.1.17

2

lib/index.js
/**
* @typedef { 'wx' | 'ali' | 'swan' | 'qq' | 'tt' | 'dd' | 'web' } Mode
* @typedef { 'wx' | 'ali' | 'swan' | 'qq' | 'tt' | 'dd' | 'web' | 'android' | 'ios' } Mode
* @typedef { { mode: Mode, env: 'development' | 'production' } } Target

@@ -5,0 +5,0 @@ */

@@ -11,3 +11,3 @@ const { makeMap } = require('./utils')

*/
const SUPPORT_MODE = ['wx', 'ali', 'swan', 'qq', 'tt', 'dd', 'web', 'tenon']
const SUPPORT_MODE = ['wx', 'ali', 'swan', 'qq', 'tt', 'dd', 'web', 'tenon', 'android', 'ios']

@@ -25,3 +25,5 @@ /**

web: [],
tenon: []
tenon: [],
ios: [],
android: []
}

@@ -28,0 +30,0 @@

{
"name": "@mpxjs/cli-shared-utils",
"version": "2.1.16",
"version": "2.1.17",
"description": "share utils for mpx-cli",

@@ -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