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.56 to 1.0.57

5

lib/Fozmo3DPreview.js

@@ -0,1 +1,2 @@

import { HHConsole } from './framework/modules/Log/HHConsole';
import { SpaceManager } from './manager/SpaceManager';

@@ -12,3 +13,5 @@ import { LaunchSpace } from './root';

static async Launch(config) {
HHConsole.info('>>>>>>>>>>>>>> 启动中 <<<<<<<<<<<<<<<');
await LaunchSpace(config);
HHConsole.info('>>>>>>>>>>>>>> 启动完成 <<<<<<<<<<<<<<<');
this._inited = true;

@@ -22,3 +25,5 @@ }

static async changeModel(url, params) {
HHConsole.info('>>>>>>>>>>>>>> 切换模型中 <<<<<<<<<<<<<<<');
await SpaceManager.inst.changeModel(url, params);
HHConsole.info('>>>>>>>>>>>>>> 切换模型完成 <<<<<<<<<<<<<<<');
}

@@ -25,0 +30,0 @@ /**

2

package.json
{
"name": "fozmo-3d-preview",
"version": "1.0.56",
"version": "1.0.57",
"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