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

@mpxjs/api-proxy

Package Overview
Dependencies
Maintainers
14
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.9.26 to 2.9.27

4

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

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

},
"gitHead": "0abcc7e543b5c4c4af14b2154b78b15c1f571160"
"gitHead": "3939aaaa7d9be0c86e51da16080a6cd8d7863a1a"
}

@@ -26,4 +26,8 @@ import { noop } from '../../../common/js'

selectorQuery.in = function () {
return this
selectorQuery.in = function (_this) {
if (typeof _this !== 'object' || typeof _this.createSelectorQuery !== 'function') {
throw new Error('in 方法中,传入的 this 参数不是组件实例')
}
return _this.createSelectorQuery(options)
}

@@ -30,0 +34,0 @@

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