complex-pixi
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"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; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
0
0
2617
1
5
62
1
+ Addedpixi@^0.3.0
+ Addedpixi@0.3.1(transitive)