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.6.6 to 0.6.7

10

CHANGES.md

@@ -0,3 +1,11 @@

#### v0.6.7
* Stage.Math extends native Math
#### v0.6.6
* lookup atlas by name before textures
* `node.width/height()` pinning shortcuts return value
* preloadScript('url') removed
#### v0.6.5
* preload('url.js') and preloadScript('url') are added
* preload('url.js') is added

@@ -4,0 +12,0 @@ #### v0.6.4

@@ -8,2 +8,6 @@ /*

var create = require('./create');
module.exports = create(Math);
module.exports.random = function(min, max) {

@@ -10,0 +14,0 @@ if (typeof min === 'undefined') {

2

package.json
{
"name": "stage-js",
"version": "0.6.6",
"version": "0.6.7",
"description": "2D HTML5 JavaScript library for cross-platform 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