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

pixi.js

Package Overview
Dependencies
Maintainers
2
Versions
460
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pixi.js - npm Package Compare versions

Comparing version 4.1.1 to 4.2.1

dist/pixi.js

59

package.json
{
"name": "pixi.js",
"version": "4.1.1",
"version": "4.2.1",
"description": "Pixi.js is a fast lightweight 2D library that works across all devices.",

@@ -12,3 +12,3 @@ "author": "Mat Groves",

],
"main": "./bin/pixi.min.js",
"main": "./lib/index.js",
"homepage": "http://goodboydigital.com/",

@@ -22,15 +22,20 @@ "bugs": "https://github.com/pixijs/pixi.js/issues",

"scripts": {
"clean": "rimraf bin && mkdirp bin",
"clean": "rimraf dist lib && mkdirp dist && mkdir lib",
"prestart": "npm run clean",
"start": "parallelshell \"npm run watch:lint\" \"npm run watch\"",
"watch": "pixify -n PIXI -o pixi -w",
"start": "parallelshell \"npm run watch\" \"npm run watch:lint\" \"npm run watch:lib\"",
"watch": "npm run dist -- --watch",
"watch:lib": "npm run lib -- --watch",
"watch:lint": "watch \"eslint scripts src test || exit 0\" src",
"test": "floss --path test/index.js -c bin/pixi.js -s",
"test": "floss --path test/index.js",
"test:debug": "npm test -- --debug",
"precoverage": "rimraf coverage && npm run build -- --noExternal",
"coverage": "npm test -- -h",
"lint": "eslint scripts src test",
"prerenders": "npm --prefix scripts/renders i scripts/renders",
"renders": "electron scripts/renders",
"precoverage": "rimraf coverage",
"coverage": "npm test -- -c dist/pixi.js -s -h",
"lint": "eslint scripts src test --max-warnings 0",
"lintfix": "npm run lint --fix",
"prebuild": "npm run lint && npm run clean",
"build": "pixify -n PIXI -o pixi",
"prebuild": "npm run lint",
"build": "npm run dist",
"dist": "pixify -d dist -n PIXI -o pixi",
"lib": "babel src --out-dir lib -s",
"docs": "jsdoc -c scripts/jsdoc.conf.json -R README.md",

@@ -40,8 +45,8 @@ "publish:patch": "npm version patch --no-git-tag-version && npm publish",

"publish:major": "npm version major --no-git-tag-version && npm publish",
"postversion": "npm run build && npm test",
"postversion": "npm run clean && npm run build && npm run lib && npm test",
"postpublish": "node scripts/release.js"
},
"files": [
"bin/",
"src/",
"dist/",
"lib/",
"CONTRIBUTING.md",

@@ -56,10 +61,11 @@ "LICENSE",

"eventemitter3": "^2.0.0",
"glslify": "^5.0.2",
"ismobilejs": "^0.4.0",
"object-assign": "^4.0.1",
"pixi-gl-core": "^1.0.2",
"resource-loader": "^1.8.0",
"browserify-versionify": "^1.0.6"
"pixi-gl-core": "^1.0.3",
"resource-loader": "^1.8.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-static-fs": "^1.1.0",
"babel-plugin-version-inline": "^1.0.0",
"babel-preset-es2015": "^6.14.0",

@@ -73,2 +79,3 @@ "babelify": "^7.3.0",

"jaguarjs-jsdoc": "^1.0.1",
"js-md5": "^0.4.1",
"jsdoc": "^3.4.2",

@@ -84,19 +91,5 @@ "minimist": "^1.2.0",

"transform": [
[
"babelify",
{
"presets": [
[
"es2015",
{
"loose": true
}
]
]
}
],
"glslify",
"browserify-versionify"
"babelify"
]
}
}

@@ -75,6 +75,6 @@ Pixi.js — A 2D JavaScript Renderer

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/4.0.0/pixi.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/4.1.1/pixi.min.js"></script>
```
_Note: `4.0.0` can be replaced by any [released](https://github.com/pixijs/pixi.js/releases) version._
_Note: `4.1.1` can be replaced by any [released](https://github.com/pixijs/pixi.js/releases) version._

@@ -81,0 +81,0 @@ ### Demos ###

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