Socket
Socket
Sign inDemoInstall

three

Package Overview
Dependencies
Maintainers
3
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.67.0 to 0.68.0

2

package.json

@@ -5,3 +5,3 @@ {

"version" : "0.67.0",
"version" : "0.68.0",

@@ -8,0 +8,0 @@ "description" : "JavaScript 3D library",

@@ -40,4 +40,4 @@ three.js

material = new THREE.MeshBasicMaterial( { color: 0xff0000, wireframe: true } );
mesh = new THREE.Mesh( geometry, material );
scene.add( mesh );

@@ -54,3 +54,2 @@

// note: three.js includes requestAnimationFrame shim
requestAnimationFrame( animate );

@@ -67,3 +66,3 @@

```
If everything went well you should see [this](http://jsfiddle.net/Gy4w7/).
If everything went well you should see [this](http://jsfiddle.net/Q7DLQ/).

@@ -70,0 +69,0 @@ ### Change log ###

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc