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

@pixi/filter-drop-shadow

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/filter-drop-shadow - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

6

lib/filter-drop-shadow.es.js
/*!
* @pixi/filter-drop-shadow - v2.0.2
* Compiled Wed, 11 Oct 2017 19:50:08 UTC
* @pixi/filter-drop-shadow - v2.2.0
* Compiled Wed, 18 Oct 2017 20:54:55 UTC
*

@@ -58,3 +58,3 @@ * pixi-filters is licensed under the MIT License.

target.transform.translate(
this.distance * Math.cos(this.angle),
this.distance * Math.cos(this.angle),
this.distance * Math.sin(this.angle)

@@ -61,0 +61,0 @@ );

/*!
* @pixi/filter-drop-shadow - v2.0.2
* Compiled Wed, 11 Oct 2017 19:50:08 UTC
* @pixi/filter-drop-shadow - v2.2.0
* Compiled Wed, 18 Oct 2017 20:54:55 UTC
*

@@ -5,0 +5,0 @@ * pixi-filters is licensed under the MIT License.

/*!
* @pixi/filter-drop-shadow - v2.0.2
* Compiled Wed, 11 Oct 2017 19:50:07 UTC
* @pixi/filter-drop-shadow - v2.2.0
* Compiled Wed, 18 Oct 2017 20:54:53 UTC
*

@@ -64,3 +64,3 @@ * pixi-filters is licensed under the MIT License.

target.transform.translate(
this.distance * Math.cos(this.angle),
this.distance * Math.cos(this.angle),
this.distance * Math.sin(this.angle)

@@ -67,0 +67,0 @@ );

/*!
* @pixi/filter-drop-shadow - v2.0.2
* Compiled Wed, 11 Oct 2017 19:50:07 UTC
* @pixi/filter-drop-shadow - v2.2.0
* Compiled Wed, 18 Oct 2017 20:54:54 UTC
*

@@ -5,0 +5,0 @@ * pixi-filters is licensed under the MIT License.

{
"name": "@pixi/filter-drop-shadow",
"version": "2.1.0",
"version": "2.2.0",
"main": "lib/filter-drop-shadow.min.js",

@@ -25,3 +25,4 @@ "description": "Display filter render as ASCII text",

"build:es": "rollup -c && rollup -cp",
"build": "npm run build:umd && npm run build:es"
"build": "npm run build:umd && npm run build:es",
"postversion": "npm run build"
},

@@ -28,0 +29,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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