Socket
Socket
Sign inDemoInstall

mpauthx

Package Overview
Dependencies
4
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.3.2

2

index.js

@@ -174,3 +174,3 @@ const constants = require('./core/constants.js');

// we just check open id pair (not union id) as if someone not follow official account, then its union id won't be present
if (jsonRes.openId !== data.openId) {
if (jsonRes.openid !== data.openId) {
console.log('OpenID or UnionID not match');

@@ -177,0 +177,0 @@ // reject with error object

{
"name": "mpauthx",
"version": "1.3.1",
"version": "1.3.2",
"description": "Token giver for Users logged in to WeChat Mini-program. Based on top of redis for fast token checking/access, and sqlite3 for flexible user db storage.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc