complex-pixi
Advanced tools
Comparing version 6.0.4 to 7.0.0
{ | ||
"name": "complex-pixi", | ||
"version": "6.0.4", | ||
"description": "PixiJS implementation for ComplexJS", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/complexjs/complex-pixi.git" | ||
}, | ||
"main": "module.js", | ||
"keywords": [ | ||
"ComplexJS", | ||
"Game", | ||
"HTML5", | ||
"WebGL", | ||
"Canvas", | ||
"Dev", | ||
"Gui", | ||
"UI", | ||
"graphics", | ||
"engine", | ||
"complex" | ||
], | ||
"dependencies": { | ||
"complex-engine" : "^4.0.0", | ||
"complex-json-loader": "^0.3.0", | ||
"pixi.js": "^4.0.0" | ||
}, | ||
"scripts": { | ||
"doc": "gulp doc" | ||
}, | ||
"author": "Faebeee", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/complexjs/complex-pixi/issues" | ||
}, | ||
"homepage": "https://github.com/complexjs/complex-pixi#readme" | ||
"name": "complex-pixi", | ||
"version": "7.0.0", | ||
"description": "PixiJS implementation for ComplexJS", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/complexjs/complex-pixi.git" | ||
}, | ||
"main": "./build/index.js", | ||
"types": "./build/index.d.ts", | ||
"keywords": [ | ||
"ComplexJS", | ||
"Game", | ||
"HTML5", | ||
"WebGL", | ||
"Canvas", | ||
"Dev", | ||
"Gui", | ||
"UI", | ||
"graphics", | ||
"engine", | ||
"complex" | ||
], | ||
"dependencies": { | ||
"complex-engine": "^6.0.2", | ||
"pixi.js": "^4.8.2" | ||
}, | ||
"scripts": { | ||
"bundle": "npx tsc-bundle --project ./tsconfig.json --importAs complex-engine=cx,pixi.js=pixi.js --exportAs cxPixi --target es5" | ||
}, | ||
"author": "Faebeee", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/complexjs/complex-pixi/issues" | ||
}, | ||
"homepage": "https://github.com/complexjs/complex-pixi#readme", | ||
"devDependencies": { | ||
"@types/pixi.js": "^4.8.1", | ||
"ts-loader": "^4.5.0", | ||
"typescript": "^3.0.3", | ||
"typescript-bundle": "^0.8.9", | ||
"webpack": "^4.20.1", | ||
"webpack-cli": "^3.1.1" | ||
} | ||
} |
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
15547
2
19
271
6
1
+ Addedcomplex-engine@6.1.0(transitive)
- Removedcomplex-json-loader@^0.3.0
- Removedcomplex-engine@3.2.14.0.2(transitive)
- Removedcomplex-json-loader@0.3.0(transitive)
Updatedcomplex-engine@^6.0.2
Updatedpixi.js@^4.8.2