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.13 to 3.0.14

2

package.json
{
"name": "hhgame",
"version": "3.0.13",
"version": "3.0.14",
"description": "",

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

@@ -131,2 +131,11 @@ "use strict";

else if (this.miniappUtils.isVivoplatform()) {
this._launchOptions = {
scene: 0,
query: {
from: '',
fromUid: ''
},
isSticky: false,
shareTicket: ''
};
console.log('vivo 没有 qg.getLaunchOptionsSync()');

@@ -133,0 +142,0 @@ }

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

authorize(): Promise<void>;
onShow(res: any): void;
}

@@ -66,4 +66,7 @@ "use strict";

};
OppogameApi.prototype.onShow = function (res) {
console.log('oppo game enter foreground');
};
return OppogameApi;
}());
exports.default = OppogameApi;

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

authorize(): Promise<void>;
onShow(res: any): void;
}

@@ -67,4 +67,7 @@ "use strict";

};
VivogameApi.prototype.onShow = function (res) {
console.log('vivo game enter foreground');
};
return VivogameApi;
}());
exports.default = VivogameApi;
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