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.57 to 1.0.58

5

lib/Fozmo3DPreview.d.ts

@@ -131,2 +131,7 @@ import { ENV } from './framework/defines/HHGameTypes';

/**
* 是否初始化过
* @returns
*/
static isInited(): boolean;
/**
* 启动预览

@@ -133,0 +138,0 @@ * @param {LaunchConfig} config 配置

@@ -8,2 +8,9 @@ import { HHConsole } from './framework/modules/Log/HHConsole';

/**
* 是否初始化过
* @returns
*/
static isInited() {
return this._inited;
}
/**
* 启动预览

@@ -33,2 +40,5 @@ * @param {LaunchConfig} config 配置

static close() {
if (!this._inited) {
return;
}
SpaceManager.inst.close();

@@ -35,0 +45,0 @@ }

2

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