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.18 to 3.0.19

4

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

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

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

@@ -183,2 +183,4 @@ "use strict";

}
console.log('this.miniappUtils.isVivoplatform()', this.miniappUtils.isVivoplatform());
console.log('loginRes.code', loginRes.code);
if (!loginRes.code) return [3 /*break*/, 3];

@@ -245,2 +247,3 @@ ticket = void 0;

currentUser = _a.sent();
console.log('currentUser', JSON.stringify(currentUser));
if (this.platform == MiniappUtils_1.PlatformType.TTAPP || this.platform == MiniappUtils_1.PlatformType.TTGAME) {

@@ -247,0 +250,0 @@ currentUser.platform.ttappIsLogin = ttappIsLogin;

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