Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@croquet/worldcore-three

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@croquet/worldcore-three - npm Package Compare versions

Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2

6

package.json
{
"name": "@croquet/worldcore-three",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "Three.js Component for Croquet Worldcore",

@@ -26,3 +26,3 @@ "keywords": [

"dependencies": {
"@croquet/worldcore-kernel": "^2.0.0-alpha.1",
"@croquet/worldcore-kernel": "^2.0.0-alpha.2",
"three": "^0.138.0"

@@ -33,3 +33,3 @@ },

},
"gitHead": "bd94b6a794bff1a9930773eccb72a7223b70ed2d"
"gitHead": "52f1fc870642c8606b714b100fd4e94863180073"
}

@@ -107,3 +107,3 @@ import { ViewService, m4_multiply } from "@croquet/worldcore-kernel";

if (!this.materials.has(name)) {
console.error("No material named " + name);
// console.error("No material named " + name);
return null;

@@ -116,3 +116,3 @@ }

if (!this.geometries.has(name)) {
console.error("No geometry named " + name);
// console.error("No geometry named " + name);
return null;

@@ -125,3 +125,3 @@ }

if (!this.meshes.has(name)) {
console.error("No mesh named " + name);
// console.error("No mesh named " + name);
return null;

@@ -128,0 +128,0 @@ }

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