Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

abengine

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abengine - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

13

JS/Module/Decorate.js

@@ -72,9 +72,8 @@ /**

*/
Complete(callback, pr) {
Complete(param) {
var unityParam = {
moduleName: "ElementModule",
methodName: "Complete",
Parameter: param.text,
}
if (pr) unityParam.Parameter = pr;
let re = [{

@@ -84,4 +83,10 @@ code: 103002,

this.#unityInstance.Untie(re);
if (callback) callback(back);
if (param.succeedCallback) param.succeedCallback(back);
}
}, {
code: 103003,
callBack: (back) => {
this.#unityInstance.Untie(re);
if (param.failCallback) param.failCallback(back);
}
}]

@@ -88,0 +93,0 @@ this.#unityInstance.Invoke(unityParam, re);

{
"name": "abengine",
"version": "1.0.10",
"version": "1.0.11",
"description": "引入 npm i ABengine",

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

Sorry, the diff of this file is not supported yet

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