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
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.1.12 to 2.1.13

src/.DS_Store

4

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

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

"homepage": "https://github.com/didi/mpx#readme",
"gitHead": "cad6c0288717229ba47911aa1fca4579518f83b3"
"gitHead": "2667e21f5b0651e04e1b924b9d005ffccfdf9502"
}

@@ -456,10 +456,4 @@ import { changeOpts, handleSuccess, getEnvObj, error, warn, noop } from '../utils'

login (options = {}) {
let opts
const opts = changeOpts(options)
if (!options.scopes) {
opts = changeOpts(options, undefined, { scopes: 'auth_user' })
} else {
opts = changeOpts(options)
}
handleSuccess(opts, res => {

@@ -466,0 +460,0 @@ return changeOpts(res, { authCode: 'code' })

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