Comparing version 4.1.1 to 4.2.1
{ | ||
"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 ### |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
6560312
7
292
53212
19
6
3
- Removedbrowserify-versionify@^1.0.6
- Removedglslify@^5.0.2
- Removed@choojs/findup@0.2.1(transitive)
- Removedacorn@7.4.1(transitive)
- Removedamdefine@1.0.1(transitive)
- Removedbl@1.2.3(transitive)
- Removedbrowserify-versionify@1.0.6(transitive)
- Removedbuffer-from@1.1.2(transitive)
- Removedcommander@2.20.3(transitive)
- Removedconcat-stream@1.6.2(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removedduplexer2@0.0.2(transitive)
- Removedescodegen@0.0.281.3.3(transitive)
- Removedesprima@1.0.41.1.1(transitive)
- Removedestraverse@1.3.21.5.1(transitive)
- Removedesutils@1.0.0(transitive)
- Removedevents@3.3.0(transitive)
- Removedfalafel@2.2.5(transitive)
- Removedfind-root@0.1.2(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedglsl-inject-defines@1.0.3(transitive)
- Removedglsl-resolve@0.0.1(transitive)
- Removedglsl-token-assignments@2.0.2(transitive)
- Removedglsl-token-defines@1.0.0(transitive)
- Removedglsl-token-depth@1.1.2(transitive)
- Removedglsl-token-descope@1.0.2(transitive)
- Removedglsl-token-inject-block@1.1.0(transitive)
- Removedglsl-token-properties@1.0.1(transitive)
- Removedglsl-token-scope@1.1.2(transitive)
- Removedglsl-token-string@1.0.1(transitive)
- Removedglsl-token-whitespace-trim@1.0.0(transitive)
- Removedglsl-tokenizer@2.1.5(transitive)
- Removedglslify@5.1.0(transitive)
- Removedglslify-bundle@5.1.1(transitive)
- Removedglslify-deps@1.3.2(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedhas@1.0.4(transitive)
- Removedhasown@2.0.2(transitive)
- Removedinherits@2.0.4(transitive)
- Removedis-core-module@2.16.0(transitive)
- Removedisarray@0.0.11.0.02.0.5(transitive)
- Removedmap-limit@0.0.1(transitive)
- Removedminimist@0.0.81.2.8(transitive)
- Removedmurmurhash-js@1.0.0(transitive)
- Removedobject-inspect@0.4.0(transitive)
- Removedobject-keys@0.4.0(transitive)
- Removedonce@1.3.3(transitive)
- Removedpath-parse@1.0.7(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedquote-stream@0.0.0(transitive)
- Removedreadable-stream@1.0.341.1.142.3.8(transitive)
- Removedresolve@0.6.31.22.9(transitive)
- Removedsafe-buffer@5.1.25.2.1(transitive)
- Removedshallow-copy@0.0.1(transitive)
- Removedsource-map@0.1.43(transitive)
- Removedstatic-eval@0.2.4(transitive)
- Removedstatic-module@1.5.0(transitive)
- Removedstring_decoder@0.10.311.1.1(transitive)
- Removedsupports-preserve-symlinks-flag@1.0.0(transitive)
- Removedthrough2@0.4.20.6.3(transitive)
- Removedtypedarray@0.0.6(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removedwrappy@1.0.2(transitive)
- Removedxtend@2.1.22.2.04.0.2(transitive)
Updatedpixi-gl-core@^1.0.3