Socket
Socket
Sign inDemoInstall

stage-js

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stage-js - npm Package Compare versions

Comparing version 0.8.7 to 0.8.8

4

lib/root.js

@@ -55,2 +55,3 @@ var Class = require('./core');

if (paused) {
this.publish('resume');
paused = false;

@@ -63,2 +64,5 @@ request(loop);

this.pause = function() {
if (!paused) {
this.publish('pause');
}
paused = true;

@@ -65,0 +69,0 @@ return this;

2

package.json
{
"name": "stage-js",
"version": "0.8.7",
"version": "0.8.8",
"description": "2D JavaScript library for cross-platform HTML5 game development",

@@ -5,0 +5,0 @@ "homepage": "http://piqnt.com/stage.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