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

to
0.2.1

2

build/index.js

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

this.timer.unsubscribe(this.updateHandler);
if (this.touchProcessor.end) this.touchProcessor.end();
}

@@ -567,3 +566,2 @@ }, {

this.timer.unsubscribe(this.updateHandler);
if (this.touchProcessor.end) this.touchProcessor.end();
}

@@ -570,0 +568,0 @@ }, {

2

package.json
{
"name": "react-game-engine",
"version": "0.2.0",
"version": "0.2.1",
"description": "A lightweight game engine for React projects",

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