New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fozmo-3d-preview

Package Overview
Dependencies
Maintainers
0
Versions
74
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.26 to 1.0.27

7

lib/scenes/MainScene.js

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

_gui;
_saveCallback;
_saveCallback = undefined;
constructor(elementId = 'game', config = {}) {

@@ -182,3 +182,3 @@ super(elementId, config);

async init(url, config) {
window.console.log('Launch Config', config);
HHConsole.log('Launch Config', config);
if (config.params !== undefined && !!config.params) {

@@ -419,3 +419,3 @@ params = config.params;

}
if (this._saveCallback) {
if (this._saveCallback !== undefined) {
const save = {

@@ -428,2 +428,3 @@ save: () => {

gui.add(save, 'save').name('点击保存参数');
HHConsole.log('增加保存设置按钮');
}

@@ -430,0 +431,0 @@ this.updateGUI(toneMappingFolder);

{
"name": "fozmo-3d-preview",
"version": "1.0.26",
"version": "1.0.27",
"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