New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@robotlegsjs/phaser

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@robotlegsjs/phaser - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

19

package.json
{
"name": "@robotlegsjs/phaser",
"version": "0.0.4",
"version": "0.0.5",
"description": "RobotlegsJS integration with Phaser State Manager",

@@ -13,5 +13,6 @@ "main": "lib/index.js",

"tslint-check": "tslint-config-prettier-check ./tslint.json",
"clean-up": "rm -rf coverage && rm -rf lib",
"prepublish": "tsc -d && publish-please guard",
"publish-please": "npm run autoformat && npm run clean-up && publish-please"
"clean-up": "rm -rf .nyc_output && rm -rf coverage && rm -rf lib",
"prepare": "npm run clean-up && tsc -d",
"prepublishOnly": "publish-please guard",
"publish-please": "npm run autoformat && npm run clean-up && npm run test && publish-please"
},

@@ -42,11 +43,11 @@ "repository": {

"dependencies": {
"@robotlegsjs/core": "^0.0.5",
"@robotlegsjs/core": "^0.0.6",
"eventemitter3": "^2.0.3",
"phaser-ce": "^2.8.7"
"phaser-ce": "^2.8.8"
},
"devDependencies": {
"@types/bluebird": "^3.5.11",
"@types/bluebird": "^3.5.12",
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.43",
"@types/sinon": "^2.3.4",
"@types/sinon": "^2.3.5",
"bluebird": "^3.5.0",

@@ -83,3 +84,3 @@ "browserify-versionify": "^1.0.6",

"rimraf": "^2.6.2",
"sinon": "^3.2.1",
"sinon": "^4.0.0",
"sinon-chai": "^2.13.0",

@@ -86,0 +87,0 @@ "ts-loader": "^2.3.7",

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