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.3.4 to 1.0.0

8

build/index.js

@@ -424,4 +424,4 @@ module.exports =

}, {
key: "componentWillReceiveProps",
value: function componentWillReceiveProps(nextProps) {
key: "UNSAFE_componentWillReceiveProps",
value: function UNSAFE_componentWillReceiveProps(nextProps) {
if (nextProps.running !== this.props.running) {

@@ -573,4 +573,4 @@ if (nextProps.running) this.start();else this.stop();

}, {
key: "componentWillReceiveProps",
value: function componentWillReceiveProps(nextProps) {
key: "UNSAFE_componentWillReceiveProps",
value: function UNSAFE_componentWillReceiveProps(nextProps) {
if (nextProps.running !== this.props.running) {

@@ -577,0 +577,0 @@ if (nextProps.running) this.start();else this.stop();

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

@@ -33,3 +33,3 @@ "main": "build/index.js",

"peerDependencies": {
"react": "*"
"react": ">= 16.3.0"
},

@@ -36,0 +36,0 @@ "devDependencies": {

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