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

@pixi/filter-zoom-blur

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/filter-zoom-blur - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

4

lib/filter-zoom-blur.es.js
/*!
* @pixi/filter-zoom-blur - v2.5.0
* Compiled Wed, 10 Jan 2018 17:38:59 UTC
* @pixi/filter-zoom-blur - v2.5.1
* Compiled Wed, 17 Jan 2018 02:35:33 UTC
*

@@ -5,0 +5,0 @@ * @pixi/filter-zoom-blur is licensed under the MIT License.

/*!
* @pixi/filter-zoom-blur - v2.5.0
* Compiled Wed, 10 Jan 2018 17:38:59 UTC
* @pixi/filter-zoom-blur - v2.5.1
* Compiled Wed, 17 Jan 2018 02:35:33 UTC
*

@@ -5,0 +5,0 @@ * @pixi/filter-zoom-blur is licensed under the MIT License.

{
"name": "@pixi/filter-zoom-blur",
"version": "2.5.0",
"version": "2.5.1",
"main": "lib/filter-zoom-blur.js",

@@ -5,0 +5,0 @@ "description": "PixiJS v4 filter to apply zoom blur effect",

@@ -1,2 +0,2 @@

# ZoomFilter
# ZoomBlurFilter

@@ -14,7 +14,7 @@ PixiJS v4 filter to apply zoom blur effect.

```js
import {ZoomFilter} from '@pixi/filter-zoom-blur';
import {ZoomBlurFilter} from '@pixi/filter-zoom-blur';
import {Container} from 'pixi.js';
const container = new Container();
container.filters = [new ZoomFilter()];
container.filters = [new ZoomBlurFilter()];
```

@@ -21,0 +21,0 @@

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