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

pixi-filters

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pixi-filters - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

22

package.json
{
"name": "pixi-filters",
"version": "1.0.4",
"version": "1.0.5",
"description": "Optional display filters to work with Pixi.js",

@@ -18,4 +18,8 @@ "author": "Mat Groves",

"deploy": "node scripts/deploy.js",
"docs": "jsdoc -c scripts/jsdoc.conf.json -R README.md",
"pregh-pages": "npm run docs",
"gh-pages": "node scripts/gh-pages.js",
"clean": "rimraf bin && mkdirp bin",
"lint": "eslint src/**/*.js",
"lint": "eslint src",
"lint:watch": "watch \"eslint src\" src",
"build:ascii": "pixify -s src/ascii -n ascii",

@@ -33,4 +37,7 @@ "build:bloom": "pixify -s src/bloom -n bloom",

"build:all": "pixify -s src -n filters",
"build:all:watch": "pixify -s src -n filters -w",
"prebuild": "npm run clean && npm run lint",
"start": "watchify src/index.js -s filters -o bin/pixi-filters.js --no-bundle-external -dv",
"examples": "open http://localhost:8080/examples/index.html && http-server . -s -c-1",
"prestart": "npm run clean",
"start": "parallelshell \"npm run build:all:watch\" \"npm run lint:watch\"",
"build": "npm run build:all && npm run build:ascii && npm run build:bloom && npm run build:convolution && npm run build:crosshatch && npm run build:dot && npm run build:emboss && npm run build:pixelate && npm run build:rgb && npm run build:shockwave && npm run build:tiltshift && npm run build:twist"

@@ -42,5 +49,10 @@ },

"glslify": "^5.1.0",
"http-server": "^0.9.0",
"jaguarjs-jsdoc": "^1.0.0",
"jsdoc": "^3.4.0",
"mkdirp": "^0.5.1",
"pixify": "^1.2.0",
"rimraf": "^2.5.3"
"parallelshell": "^2.0.0",
"pixify": "^1.4.0",
"rimraf": "^2.5.3",
"watch": "^0.19.1"
},

@@ -47,0 +59,0 @@ "browserify": {

@@ -1,3 +0,5 @@

# Pixi.js Filters
# PIXI Filters
[![Build Status](https://travis-ci.org/pixijs/pixi-filters.svg?branch=master)](https://travis-ci.org/pixijs/pixi-filters)
Include optional filters that work with Pixi.js v4.

@@ -19,2 +21,6 @@

## Examples
Click [here](http://pixijs.github.io/pixi-filters/examples) for filter demos.
## Installation

@@ -88,1 +94,4 @@

```
## Documentation
API documention can be found [here](http://pixijs.github.io/pixi-filters/docs/).

Sorry, the diff of this file is not supported yet

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