Socket
Socket
Sign inDemoInstall

aura

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.11.0 to 0.11.1

2

package.json
{
"name": "aura",
"version": "0.11.0",
"version": "0.11.1",
"author": "optionallychained",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -380,2 +380,4 @@ "use strict";

var e = _c.value;
// remove the Entity from the flattened list to keep filters up to date
this.entities.splice(this.entities.indexOf(e), 1);
if (!e.hasComponent('Shader') || !e.hasComponent('Model')) {

@@ -411,4 +413,2 @@ // grouped Entities are for optimising rendering; if an Entity lacks either a Shader or a Model, it is implicitly not

}
// remove the Entity from the flattened list to keep filters up to date
this.entities.splice(this.entities.indexOf(e), 1);
}

@@ -415,0 +415,0 @@ }

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc