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.39 to 1.0.40

8

lib/scenes/MainScene.js

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

if (this._hemiLight) {
this.scene.remove(this._dirLight);
this.scene.remove(this._hemiLight);
this._hemiLight.dispose();

@@ -1092,3 +1092,3 @@ this._hemiLight = null;

if (this._hemiLightHelper) {
this.scene.remove(this._dirLightHelper);
this.scene.remove(this._hemiLightHelper);
this._hemiLightHelper.dispose();

@@ -1183,3 +1183,3 @@ this._hemiLightHelper = null;

if (this._hemiLight) {
this.scene.remove(this._dirLight);
this.scene.remove(this._hemiLight);
this._hemiLight.dispose();

@@ -1189,3 +1189,3 @@ this._hemiLight = null;

if (this._hemiLightHelper) {
this.scene.remove(this._dirLightHelper);
this.scene.remove(this._hemiLightHelper);
this._hemiLightHelper.dispose();

@@ -1192,0 +1192,0 @@ this._hemiLightHelper = null;

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