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

@pixi/particles

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/particles - npm Package Compare versions

Comparing version 5.0.0-alpha.2 to 5.0.0-alpha.3

12

lib/particles.es.js
/*!
* @pixi/particles - v5.0.0-alpha.2
* Compiled Sat, 17 Mar 2018 17:48:48 UTC
* @pixi/particles - v5.0.0-alpha.3
* Compiled Tue, 03 Jul 2018 04:08:21 UTC
*

@@ -28,3 +28,3 @@ * @pixi/particles is licensed under the MIT License.

* {
* let sprite = new PIXI.Sprite.fromImage("myImage.png");
* let sprite = new PIXI.Sprite.from("myImage.png");
* container.addChild(sprite);

@@ -128,3 +128,3 @@ * }

/**
* Used for canvas renderering. If true then the elements will be positioned at the
* Used for canvas rendering. If true then the elements will be positioned at the
* nearest pixel. This provides a nice speed boost.

@@ -715,3 +715,3 @@ *

var bid = container._bufferUpdateIDs[i] || 0;
var bid = container._bufferUpdateIDs[j] || 0;

@@ -771,3 +771,3 @@ updateStatic = updateStatic || (buffer._updateID < bid);

/**
* Uploads the verticies.
* Uploads the vertices.
*

@@ -774,0 +774,0 @@ * @param {PIXI.DisplayObject[]} children - the array of display objects to render

/*!
* @pixi/particles - v5.0.0-alpha.2
* Compiled Sat, 17 Mar 2018 17:48:48 UTC
* @pixi/particles - v5.0.0-alpha.3
* Compiled Tue, 03 Jul 2018 04:08:21 UTC
*

@@ -32,3 +32,3 @@ * @pixi/particles is licensed under the MIT License.

* {
* let sprite = new PIXI.Sprite.fromImage("myImage.png");
* let sprite = new PIXI.Sprite.from("myImage.png");
* container.addChild(sprite);

@@ -132,3 +132,3 @@ * }

/**
* Used for canvas renderering. If true then the elements will be positioned at the
* Used for canvas rendering. If true then the elements will be positioned at the
* nearest pixel. This provides a nice speed boost.

@@ -719,3 +719,3 @@ *

var bid = container._bufferUpdateIDs[i] || 0;
var bid = container._bufferUpdateIDs[j] || 0;

@@ -775,3 +775,3 @@ updateStatic = updateStatic || (buffer._updateID < bid);

/**
* Uploads the verticies.
* Uploads the vertices.
*

@@ -778,0 +778,0 @@ * @param {PIXI.DisplayObject[]} children - the array of display objects to render

{
"name": "@pixi/particles",
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"main": "lib/particles.js",

@@ -25,7 +25,7 @@ "module": "lib/particles.es.js",

"dependencies": {
"@pixi/constants": "^5.0.0-alpha.2",
"@pixi/core": "^5.0.0-alpha.2",
"@pixi/display": "^5.0.0-alpha.2",
"@pixi/math": "^5.0.0-alpha.2",
"@pixi/utils": "^5.0.0-alpha.2"
"@pixi/constants": "^5.0.0-alpha.3",
"@pixi/core": "^5.0.0-alpha.3",
"@pixi/display": "^5.0.0-alpha.3",
"@pixi/math": "^5.0.0-alpha.3",
"@pixi/utils": "^5.0.0-alpha.3"
},

@@ -32,0 +32,0 @@ "devDependencies": {

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