@mpxjs/api-proxy
Advanced tools
Comparing version 2.0.11 to 2.0.14
{ | ||
"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 { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40878
10
1