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

star_mod_renderer

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

star_mod_renderer - npm Package Compare versions

Comparing version 1.0.29 to 1.0.30

6

helper/modelHelper/model.js

@@ -12,4 +12,2 @@ import * as THREE from 'star_mod_custom_three';

MALE_BODY_MATERIAL_KEY,
FEMALE_HEAD_MATERIAL_KEY,
MALE_HEAD_MATERIAL_KEY
} from '../../default';

@@ -159,3 +157,3 @@ import {

if (type === FEMALE_BODY_MATERIAL_KEY || type === MALE_BODY_MATERIAL_KEY || type === FEMALE_HEAD_MATERIAL_KEY || type === MALE_HEAD_MATERIAL_KEY) {
if (type === FEMALE_BODY_MATERIAL_KEY || type === MALE_BODY_MATERIAL_KEY) {
return await this.createSkin(type);

@@ -243,3 +241,3 @@ }

}
if (type === GLASS_MATERIAL_KEY || type === FEMALE_BODY_MATERIAL_KEY || type === MALE_BODY_MATERIAL_KEY || type === FEMALE_HEAD_MATERIAL_KEY || type === MALE_HEAD_MATERIAL_KEY) {
if (type === GLASS_MATERIAL_KEY || type === FEMALE_BODY_MATERIAL_KEY || type === MALE_BODY_MATERIAL_KEY) {
material.dispose();

@@ -246,0 +244,0 @@ if (Array.isArray(child.material)) {

{
"name": "star_mod_renderer",
"version": "1.0.29",
"version": "1.0.30",
"description": "star mod project render auxiliary ",

@@ -5,0 +5,0 @@ "main": "index.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