Socket
Socket
Sign inDemoInstall

@pixi/sprite

Package Overview
Dependencies
Maintainers
3
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/sprite - npm Package Compare versions

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

dist/sprite.js

16

lib/sprite.es.js
/*!
* @pixi/sprite - v5.0.0-rc.2
* Compiled Mon, 18 Feb 2019 23:45:28 UTC
* @pixi/sprite - v5.0.0-rc.3
* Compiled Fri, 22 Mar 2019 16:33:44 UTC
*

@@ -44,6 +44,6 @@ * @pixi/sprite is licensed under the MIT License.

*/
var Sprite = /*@__PURE__*/(function (Container$$1) {
var Sprite = /*@__PURE__*/(function (Container) {
function Sprite(texture)
{
Container$$1.call(this);
Container.call(this);

@@ -186,4 +186,4 @@ /**

if ( Container$$1 ) Sprite.__proto__ = Container$$1;
Sprite.prototype = Object.create( Container$$1 && Container$$1.prototype );
if ( Container ) Sprite.__proto__ = Container;
Sprite.prototype = Object.create( Container && Container.prototype );
Sprite.prototype.constructor = Sprite;

@@ -431,3 +431,3 @@

return Container$$1.prototype.getLocalBounds.call(this, rect);
return Container.prototype.getLocalBounds.call(this, rect);
};

@@ -475,3 +475,3 @@

{
Container$$1.prototype.destroy.call(this, options);
Container.prototype.destroy.call(this, options);

@@ -478,0 +478,0 @@ this._texture.off('update', this._onTextureUpdate, this);

/*!
* @pixi/sprite - v5.0.0-rc.2
* Compiled Mon, 18 Feb 2019 23:45:28 UTC
* @pixi/sprite - v5.0.0-rc.3
* Compiled Fri, 22 Mar 2019 16:33:44 UTC
*

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

{
"name": "@pixi/sprite",
"version": "5.0.0-rc.2",
"version": "5.0.0-rc.3",
"main": "lib/sprite.js",
"module": "lib/sprite.es.js",
"bundle": "dist/sprite.js",
"description": "Base object for textured objects rendered to the screen",

@@ -25,17 +26,17 @@ "author": "Mat Groves",

"files": [
"lib"
"lib",
"dist"
],
"dependencies": {
"@pixi/canvas-renderer": "^5.0.0-rc.2",
"@pixi/constants": "^5.0.0-rc.2",
"@pixi/core": "^5.0.0-rc.2",
"@pixi/display": "^5.0.0-rc.2",
"@pixi/math": "^5.0.0-rc.2",
"@pixi/settings": "^5.0.0-rc.2",
"@pixi/utils": "^5.0.0-rc.2"
"@pixi/constants": "^5.0.0-rc.3",
"@pixi/core": "^5.0.0-rc.3",
"@pixi/display": "^5.0.0-rc.3",
"@pixi/math": "^5.0.0-rc.3",
"@pixi/settings": "^5.0.0-rc.3",
"@pixi/utils": "^5.0.0-rc.3"
},
"devDependencies": {
"floss": "^2.1.5"
"floss": "^2.2.0"
},
"gitHead": "53b354f4e01d3baee7223756dd09a3163ad29d0f"
"gitHead": "8bd27c8b903ae2c8f90d91d64e82d65b19ac1cdb"
}

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