New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bitecs

Package Overview
Dependencies
Maintainers
1
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitecs - npm Package Compare versions

Comparing version 0.3.36 to 0.3.37

todo.md

4

dist/index.d.ts

@@ -75,5 +75,3 @@ declare module 'bitecs' {

export interface IWorld {
[key: string]: any
}
export interface IWorld {}

@@ -80,0 +78,0 @@ export interface ISchema {

@@ -73,2 +73,5 @@ ## Constants

</dd>
<dt><a href="#getAllEntities">getAllEntities</a> ⇒</dt>
<dd><p>Returns all existing entities in a world</p>
</dd>
</dl>

@@ -347,1 +350,13 @@

<br><a name="getAllEntities"></a>
## getAllEntities ⇒
> Returns all existing entities in a world
**Returns**: Array
| Param | Type |
| --- | --- |
| world | <code>World</code> |

@@ -1,4 +0,8 @@

## v0.0.36
02-26-2022
## v0.0.37
??-??-2022
### Added
- `getAllEntities` function which returns all existing entities in a world
### Changed

@@ -5,0 +9,0 @@

@@ -0,1 +1,15 @@

## v0.0.37
03-14-2022
### Added
- `getAllEntities` function which returns all existing entities in a world
### Changed
- cut initial memory footprint in half by lazily generating shadow state for `Changed` queries
- removed `any` property definition from `IWorld` def for stricter typings
----
## v0.0.36

@@ -2,0 +16,0 @@ 03-10-2022

@@ -75,5 +75,3 @@ declare module 'bitecs' {

export interface IWorld {
[key: string]: any
}
export interface IWorld {}

@@ -80,0 +78,0 @@ export interface ISchema {

{
"name": "bitecs",
"version": "0.3.36",
"version": "0.3.37",
"description": "Functional, minimal, data-oriented, ultra-high performance ECS library written in Javascript",

@@ -5,0 +5,0 @@ "license": "MPL-2.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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