Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 6.0.4 to 7.0.0

build/Component/PixiComponent.d.ts

78

package.json
{
"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"
}
}
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