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 1.1.1 to 1.1.2

4

CHANGELOG.md

@@ -7,2 +7,6 @@ # Changelog

## [1.1.2] - 2021-1-28
### Fixed
- Fixed crash if you create a raycast pointer with no targets.
## [1.1.0] - 2022-1-28

@@ -9,0 +13,0 @@ ### Added

6

package.json
{
"name": "@croquet/worldcore-three",
"version": "1.1.1",
"version": "1.1.2",
"description": "Three.js Component for Croquet Worldcore",

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

"dependencies": {
"@croquet/worldcore-kernel": "^1.1.1",
"@croquet/worldcore-kernel": "^1.1.2",
"three": "^0.134.0"

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

},
"gitHead": "e9ba9cfbf5f30198fc6e4059c762e1fa30f57e08"
"gitHead": "9a3b57dc464d01f1701d621210fbfb7e4bc601c0"
}

@@ -101,2 +101,3 @@ import * as THREE from 'three';

this.layers = {};
this.layers.pointer = [];

@@ -103,0 +104,0 @@ if (!options.canvas) {

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