Socket
Socket
Sign inDemoInstall

three

Package Overview
Dependencies
Maintainers
2
Versions
290
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

three - npm Package Compare versions

Comparing version 0.156.0 to 0.156.1

6

examples/jsm/loaders/KTX2Loader.js

@@ -868,4 +868,4 @@ /**

texture = container.pixelDepth === 0
? new DataTexture( mipmaps, container.pixelWidth, container.pixelHeight )
: new Data3DTexture( mipmaps, container.pixelWidth, container.pixelHeight, container.pixelDepth );
? new DataTexture( mipmaps[ 0 ].data, container.pixelWidth, container.pixelHeight )
: new Data3DTexture( mipmaps[ 0 ].data, container.pixelWidth, container.pixelHeight, container.pixelDepth );

@@ -878,4 +878,2 @@ } else {

}

@@ -882,0 +880,0 @@

{
"name": "three",
"version": "0.156.0",
"version": "0.156.1",
"description": "JavaScript 3D library",

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

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

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