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.1 to 0.0.3

build/index.js

45

package.json
{
"name": "react-game-engine",
"version": "0.0.1",
"version": "0.0.3",
"description": "A lightweight game engine for React projects",
"main": "index.js",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest",
"build": "webpack",
"prepublish": "rm -rf ./build && npm run build"
},
"jest": {
"testURL": "http://localhost/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bberak/react-game-engine.git"
},
"keywords": [
"React",
"JS",
"Game",
"Engine",
"2D",
"3D"
],
"author": "Boris Berak",
"license": "MIT"
"license": "MIT",
"bugs": {
"url": "https://github.com/bberak/react-game-engine/issues"
},
"homepage": "https://github.com/bberak/react-game-engine",
"peerDependencies": {
"react": "*"
},
"devDependencies": {
"babel-jest": "^22.4.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"jest": "^22.4.2",
"react": "*",
"react-test-renderer": "^16.2.0",
"webpack": "^2.6.1"
}
}
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