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

react-game-engine

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-game-engine - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

12

build/index.js

@@ -399,3 +399,6 @@ module.exports =

"div",
_extends({ style: [css.container, this.props.style] }, this.inputHandlers),
_extends({
style: _extends({}, css.container, this.props.style),
className: this.props.className
}, this.inputHandlers),
this.state.entities ? this.props.renderer(this.state.entities, this.screen) : null,

@@ -541,4 +544,7 @@ this.props.children

return _react2.default.createElement(
View,
_extends({ style: [css.container, this.props.style] }, this.inputHandlers),
"div",
_extends({
style: _extends({}, css.container, this.props.style),
className: this.props.className
}, this.inputHandlers),
this.props.children

@@ -545,0 +551,0 @@ );

{
"name": "react-game-engine",
"version": "0.0.3",
"version": "0.0.4",
"description": "A lightweight game engine for React projects",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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