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.6 to 0.0.7

18

build/index.js

@@ -101,7 +101,7 @@ module.exports =

var DefaultTimer = function () {
function DefaultTimer() {
var Timer = function () {
function Timer() {
var _this = this;
_classCallCheck(this, DefaultTimer);
_classCallCheck(this, Timer);

@@ -122,3 +122,3 @@ this.loop = function (time) {

_createClass(DefaultTimer, [{
_createClass(Timer, [{
key: "start",

@@ -152,6 +152,6 @@ value: function start() {

return DefaultTimer;
return Timer;
}();
exports.default = DefaultTimer;
exports.default = Timer;

@@ -435,3 +435,4 @@ /***/ }),

style: _extends({}, css.container, this.props.style),
className: this.props.className
className: this.props.className,
tabIndex: 0
}, this.inputHandlers),

@@ -459,3 +460,4 @@ this.state.entities ? this.props.renderer(this.state.entities, this.screen) : null,

container: {
flex: 1
flex: 1,
outline: "none"
}

@@ -462,0 +464,0 @@ };

{
"name": "react-game-engine",
"version": "0.0.6",
"version": "0.0.7",
"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