react-game-engine
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
24443
506
0