New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hhgame

Package Overview
Dependencies
Maintainers
2
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hhgame - npm Package Compare versions

Comparing version 3.0.19 to 3.0.20

4

package.json
{
"name": "hhgame",
"version": "3.0.19",
"version": "3.0.20",
"description": "",

@@ -52,2 +52,2 @@ "main": "index.js",

"typings": "index.d.ts"
}
}

@@ -184,2 +184,3 @@ "use strict";

console.log('this.miniappUtils.isVivoplatform()', this.miniappUtils.isVivoplatform());
console.log('this.miniappUtils.isOppoplatform()', this.miniappUtils.isOppoplatform());
console.log('loginRes.code', loginRes.code);

@@ -224,10 +225,10 @@ if (!loginRes.code) return [3 /*break*/, 3];

}
else if (this.miniappUtils.isOppoplatform()) {
ticket = {
type: this.platform,
code: loginRes.code,
from: this._launchOptions.query.from,
fromUid: this._launchOptions.query.fromUid
};
}
// else if (this.miniappUtils.isOppoplatform()) {
// ticket = {
// type: this.platform,
// code: loginRes.code,
// from: this._launchOptions.query.from,
// fromUid: this._launchOptions.query.fromUid
// } as OppoAppLoginTicket
// }
else if (this.miniappUtils.isVivoplatform()) {

@@ -234,0 +235,0 @@ ticket = {

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