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.43 to 1.0.44

5

lib/root.js

@@ -12,2 +12,4 @@ import { BPGameConfig } from './BPGameConfig';

import { BPHttpRequestInterceptor } from './Model/Net/BPHttpRequestInterceptor';
import { ENV } from './framework/defines/HHGameTypes';
import { LOG_LEVEL } from './framework/modules/Log/LogLevel';
THREE.Mesh.prototype.raycast = acceleratedRaycast;

@@ -39,2 +41,5 @@ THREE.BufferGeometry.prototype.computeBoundsTree = computeBoundsTree;

BPGameConfig.ENV = config.env;
if (BPGameConfig.ENV === ENV.PROD) {
BPGameConfig.LOGLEVEL = LOG_LEVEL.ERROR;
}
BPGameConfig.FileSystemURL = config.fileSystemURL ?? 'https://f.fozmoly.com';

@@ -41,0 +46,0 @@ BPGameConfig.IsApple = Utils.isiOSBrowserEnv();

2

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