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

@mpxjs/api-proxy

Package Overview
Dependencies
Maintainers
3
Versions
167
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.0.11 to 2.0.14

src/.DS_Store

4

package.json
{
"name": "@mpxjs/api-proxy",
"version": "2.0.11",
"version": "2.0.14",
"description": "convert miniprogram API at each end",

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

"homepage": "https://github.com/didi/mpx#readme",
"gitHead": "4ea18dd2570ad7bf2fb95f8d503b97c0d3a30f4f"
"gitHead": "838177dcc9eeecd869c33b3df4e5e48c5698acf8"
}

@@ -67,3 +67,3 @@ # mpx-api-proxy

wx.showActionSheet({
mpx.showActionSheet({
itemList: ['A', 'B', 'C']

@@ -70,0 +70,0 @@ })

@@ -44,3 +44,3 @@ import { getEnvObj, noop } from './utils'

function promisifyFilter (key) {
if (whiteListMap) {
if (whiteListMap && whiteListMap[key] !== undefined) {
return !!whiteListMap[key]

@@ -47,0 +47,0 @@ } else {

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