Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1.3 to 0.1.4

8

DOCS.md

@@ -314,3 +314,3 @@

const world = World()
const eid = world.addEntity() // 0
const eid = world.addEntity() // 1
world.entityCount() // 1

@@ -326,3 +326,3 @@ world.removeEntity(eid)

const world = World()
const eid = world.addEntity() // 0
const eid = world.addEntity() // 1
world.entityCount() // 1

@@ -574,4 +574,4 @@ world.removeEntity(eid, true)

world.enabled() // false
world.step() // does not execute systems
world.step(true) // executes systems once
world.step() // executes systems once
world.step('system-name') // executes system-name once
```

@@ -578,0 +578,0 @@ **Example** *(Step a specific system.)*

{
"name": "bitecs",
"version": "0.1.3",
"version": "0.1.4",
"description": "Tiny, data-driven, high performance ECS library written in Javascript",

@@ -11,3 +11,3 @@ "main": "./dist/index.min.js",

"email": "mrtn.nathaniel@gmail.com",
"url": "https://github.com/SupremeTechnopriest"
"url": "https://github.com/NateTheGreatt"
},

@@ -14,0 +14,0 @@ "contributors": [

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