Socket
Socket
Sign inDemoInstall

complex-pixi

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

complex-pixi - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

Pixi.js

14

package.json
{
"name": "complex-pixi",
"version": "1.0.0",
"version": "2.0.0",
"description": "PixiJS implementation for ComplexJS",
"repository": {
"type": "git",
"url": "git+https://github.com/faebeee/complex-pixi.git"
"url": "git+https://github.com/complexjs/complex-pixi.git"
},
"main" : "Pixi.js",
"keywords": [

@@ -22,5 +23,4 @@ "ComplexJS",

],
"devDependencies": {
"gulp": ">= x",
"gulp-concat": ">= x"
"dependencies": {
"pixi": "^0.3.0"
},

@@ -30,5 +30,5 @@ "author": "Faebeee",

"bugs": {
"url": "https://github.com/faebeee/complex-pixi/issues"
"url": "https://github.com/complexjs/complex-pixi/issues"
},
"homepage": "https://github.com/faebeee/complex-pixi#readme"
"homepage": "https://github.com/complexjs/complex-pixi#readme"
}

@@ -0,1 +1,6 @@

'use strict';
var cxComponent = require('complex-engine-component');
var PIXI = require('pixi');
class PixiSpriteComponent extends cxComponent

@@ -23,1 +28,3 @@ {

}
module.exports = PixiSpriteComponent;

@@ -0,1 +1,6 @@

'use strict';
var cxVoidSystem = require('complex-engine-system').cxVoidSystem;
var PIXI = require('pixi');
class PixiSystem extends cxVoidSystem

@@ -40,1 +45,3 @@ {

}
module.exports = PixiSystem;
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