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.8.25-alpha.19 to 2.8.25-alpha.20

@types/index.d.ts

5

package.json
{
"name": "@mpxjs/api-proxy",
"version": "2.8.25-alpha.19",
"version": "2.8.25-alpha.20",
"description": "convert miniprogram API at each end",

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

"axios": "^0.21.1"
},
"gitHead": "fed88f10a76c55cc2be19369b4b754191984d3a3"
}
}

4

src/tenon/api/route/index.js

@@ -37,3 +37,3 @@ import { webHandleSuccess } from '../../../common/js'

animated: false,
params: query,
params: Object.assign({}, query, options.query || {}),
closeSelf: true

@@ -65,3 +65,3 @@ },

animated: true,
params: query
params: Object.assign({}, query, options.query || {})
}, () => {})

@@ -68,0 +68,0 @@ const res = { errMsg: 'redirectTo:ok', eventChannel }

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