Socket
Socket
Sign inDemoInstall

three

Package Overview
Dependencies
0
Maintainers
2
Versions
285
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.140.0 to 0.140.1

6

examples/jsm/renderers/webgl/nodes/WebGLNodeBuilder.js

@@ -334,2 +334,8 @@ import NodeBuilder, { defaultShaderStages } from 'three-nodes/core/NodeBuilder.js';

getFrontFacing() {
return 'gl_FrontFacing';
}
buildCode() {

@@ -336,0 +342,0 @@

2

package.json
{
"name": "three",
"version": "0.140.0",
"version": "0.140.1",
"description": "JavaScript 3D library",

@@ -5,0 +5,0 @@ "type": "module",

@@ -5,2 +5,3 @@ import { EventDispatcher } from '../core/EventDispatcher.js';

import { Vector4 } from '../math/Vector4.js';
import { Source } from '../textures/Source.js';

@@ -86,3 +87,4 @@ /*

this.texture.image = Object.assign( {}, source.texture.image );
const image = Object.assign( {}, source.texture.image );
this.texture.source = new Source( image );

@@ -89,0 +91,0 @@ this.depthBuffer = source.depthBuffer;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc