Huge News!Announcing our $40M Series B led by Abstract Ventures.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.70 to 1.0.71

2

helper/modelHelper/model.js

@@ -436,3 +436,3 @@ import * as THREE from 'star_mod_custom_three';

if (texture.normalTexture) {
material.normalScale = new THREE.Vector2(1, -1);
material.normalScale = new THREE.Vector2(-1, -1);
material.normalMap = texture.normalTexture;

@@ -439,0 +439,0 @@ material.normalMap.wrapS = THREE.RepeatWrapping;

{
"name": "star_mod_renderer",
"version": "1.0.70",
"version": "1.0.71",
"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