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

@mpxjs/api-proxy

Package Overview
Dependencies
Maintainers
12
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mpxjs/api-proxy - npm Package Compare versions

Comparing version 2.8.23-alpha to 2.8.28-beta.11

6

package.json
{
"name": "@mpxjs/api-proxy",
"version": "2.8.23-alpha",
"version": "2.8.28-beta.11",
"description": "convert miniprogram API at each end",

@@ -34,3 +34,3 @@ "module": "src/index.js",

"author": "httpsxiao",
"license": "ISC",
"license": "Apache-2.0",
"bugs": {

@@ -43,3 +43,3 @@ "url": "https://github.com/didi/mpx/issues"

},
"gitHead": "3a6dff432fd46bab36a9866f92cffb6501e69909"
"gitHead": "8c7fa579da9c3e71908eb9bfb5833a7d9477505d"
}

@@ -55,3 +55,3 @@ /**

const result = {}
const platforms = ['wx', 'ali', 'swan', 'qq', 'tt', 'web', 'tenon', 'qa', 'jd', 'dd']
const platforms = ['wx', 'ali', 'swan', 'qq', 'tt', 'web', 'qa', 'jd', 'dd']
platforms.forEach((platform) => {

@@ -58,0 +58,0 @@ result[`__mpx_src_mode_${platform}__`] = platform

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