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.10 to 3.0.11

2

package.json
{
"name": "hhgame",
"version": "3.0.10",
"version": "3.0.11",
"description": "",

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

@@ -32,2 +32,3 @@ /** 前端缓存的当前已登录的用户 */

biliappIsAuthorized?: boolean;
oppoappIsAuthorized?: boolean;
ttappIsLogin?: boolean;

@@ -34,0 +35,0 @@ };

@@ -413,3 +413,3 @@ "use strict";

}
else if (this.miniappUtils.isOppoplatform() && platform.baiduappIsAuthorized) {
else if (this.miniappUtils.isOppoplatform() && platform.oppoappIsAuthorized) {
isAuthorized = true;

@@ -416,0 +416,0 @@ }

@@ -16,3 +16,3 @@ import HHGame from '../../..';

BILIAPP = "Biliapp",
OPPOGAME = "Oppoapp",
OPPOGAME = "Oppogame",
OPPOAPP = "Oppoapp"

@@ -19,0 +19,0 @@ }

@@ -56,3 +56,3 @@ "use strict";

PlatformType["BILIAPP"] = "Biliapp";
PlatformType["OPPOGAME"] = "Oppoapp";
PlatformType["OPPOGAME"] = "Oppogame";
PlatformType["OPPOAPP"] = "Oppoapp";

@@ -59,0 +59,0 @@ })(PlatformType = exports.PlatformType || (exports.PlatformType = {}));

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