Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@arancini/react

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arancini/react - npm Package Compare versions

Comparing version 6.1.3 to 6.2.0

4

package.json

@@ -13,3 +13,3 @@ {

"license": "MIT",
"version": "6.1.3",
"version": "6.2.0",
"scripts": {

@@ -23,3 +23,3 @@ "test": "tsc && vitest run --coverage",

"dependencies": {
"@arancini/core": "6.1.3"
"@arancini/core": "6.2.0"
},

@@ -26,0 +26,0 @@ "peerDependencies": {

@@ -24,5 +24,3 @@ # @arancini/react

const world = new World<EntityType>({
components: ['position', 'health'],
})
const world = new World<EntityType>()

@@ -29,0 +27,0 @@ const { Entity, Entities, Component, useQuery } = createReactAPI(world)

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