New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.8 to 0.0.9

4

build/index.js

@@ -259,2 +259,3 @@ module.exports =

_this.dispatch({ type: "started" });
_this.refs.container.focus();
};

@@ -432,2 +433,3 @@

_extends({
ref: "container",
style: _extends({}, css.container, this.props.style),

@@ -509,2 +511,3 @@ className: this.props.className,

_this.timer.start();
_this.refs.container.focus();
};

@@ -582,2 +585,3 @@

_extends({
ref: "container",
style: _extends({}, css.container, this.props.style),

@@ -584,0 +588,0 @@ className: this.props.className,

2

package.json
{
"name": "react-game-engine",
"version": "0.0.8",
"version": "0.0.9",
"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