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

fozmo-3d-preview

Package Overview
Dependencies
Maintainers
0
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fozmo-3d-preview - npm Package Compare versions

Comparing version 1.0.59 to 1.0.60

2

lib/Fozmo3DPreview.d.ts

@@ -126,3 +126,3 @@ import { ENV } from './framework/defines/HHGameTypes';

*/
saveCallback?: (params: RenderParam) => void;
saveCallback?: (params: RenderParam, showToast: boolean) => void;
}

@@ -129,0 +129,0 @@ export declare class Fozmo3DPreview {

@@ -749,3 +749,3 @@ import { EEncryptExt, ENormalExt, ResLoaderManager } from './../manager/ResLoaderManager';

window.console.log('保存');
this._saveCallback(this._params);
this._saveCallback(this._params, true);
}

@@ -874,3 +874,3 @@ };

if (this._saveCallback) {
this._saveCallback(this._params);
this._saveCallback(this._params, false);
}

@@ -877,0 +877,0 @@ }

{
"name": "fozmo-3d-preview",
"version": "1.0.59",
"version": "1.0.60",
"description": "风之末 作品预览",

@@ -5,0 +5,0 @@ "main": "lib/Fozmo3DPreview.js",

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