Socket
Socket
Sign inDemoInstall

@croquet/worldcore-kernel

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@croquet/worldcore-kernel - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

3

CHANGELOG.md

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

## [1.0.5] - 2021-12-08
### Fixed
- Fixed bug with view services being destroyed in wrong order.
## [1.0.4] - 2021-12-06

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

4

package.json
{
"name": "@croquet/worldcore-kernel",
"version": "1.0.4",
"version": "1.0.5",
"description": "3D World Engine for Croquet (minimal install)",

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

},
"gitHead": "ceda1060fce61c9ea2f5b7c2bad01716a62f245f"
"gitHead": "274161bf11c0a68b882e3a208a3e66e8cda99d57"
}

@@ -120,3 +120,3 @@ import { Model, View, Session } from "@croquet/croquet";

detach() {
viewServices.forEach(s => s.destroy());
[...viewServices.values()].reverse().forEach(s => s.destroy());
viewServices.clear();

@@ -123,0 +123,0 @@ super.detach();

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