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

@pixi/sprite

Package Overview
Dependencies
Maintainers
1
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.3.2 to 5.3.3

12

dist/sprite.js
/*!
* @pixi/sprite - v5.3.2
* Compiled Mon, 27 Jul 2020 16:20:05 UTC
* @pixi/sprite - v5.3.3
* Compiled Tue, 04 Aug 2020 16:23:09 UTC
*

@@ -667,10 +667,10 @@ * @pixi/sprite is licensed under the MIT License.

/**
* The anchor sets the origin point of the text. The default value is taken from the {@link PIXI.Texture|Texture}
* The anchor sets the origin point of the sprite. The default value is taken from the {@link PIXI.Texture|Texture}
* and passed to the constructor.
*
* The default is `(0,0)`, this means the text's origin is the top left.
* The default is `(0,0)`, this means the sprite's origin is the top left.
*
* Setting the anchor to `(0.5,0.5)` means the text's origin is centered.
* Setting the anchor to `(0.5,0.5)` means the sprite's origin is centered.
*
* Setting the anchor to `(1,1)` would mean the text's origin point will be the bottom right corner.
* Setting the anchor to `(1,1)` would mean the sprite's origin point will be the bottom right corner.
*

@@ -677,0 +677,0 @@ * If you pass only single parameter, it will set both x and y to the same value as shown in the example below.

/*!
* @pixi/sprite - v5.3.2
* Compiled Mon, 27 Jul 2020 16:20:05 UTC
* @pixi/sprite - v5.3.3
* Compiled Tue, 04 Aug 2020 16:23:09 UTC
*

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

/*!
* @pixi/sprite - v5.3.2
* Compiled Mon, 27 Jul 2020 16:20:05 UTC
* @pixi/sprite - v5.3.3
* Compiled Tue, 04 Aug 2020 16:23:09 UTC
*

@@ -508,10 +508,10 @@ * @pixi/sprite is licensed under the MIT License.

/**
* The anchor sets the origin point of the text. The default value is taken from the {@link PIXI.Texture|Texture}
* The anchor sets the origin point of the sprite. The default value is taken from the {@link PIXI.Texture|Texture}
* and passed to the constructor.
*
* The default is `(0,0)`, this means the text's origin is the top left.
* The default is `(0,0)`, this means the sprite's origin is the top left.
*
* Setting the anchor to `(0.5,0.5)` means the text's origin is centered.
* Setting the anchor to `(0.5,0.5)` means the sprite's origin is centered.
*
* Setting the anchor to `(1,1)` would mean the text's origin point will be the bottom right corner.
* Setting the anchor to `(1,1)` would mean the sprite's origin point will be the bottom right corner.
*

@@ -518,0 +518,0 @@ * If you pass only single parameter, it will set both x and y to the same value as shown in the example below.

/*!
* @pixi/sprite - v5.3.2
* Compiled Mon, 27 Jul 2020 16:20:05 UTC
* @pixi/sprite - v5.3.3
* Compiled Tue, 04 Aug 2020 16:23:09 UTC
*

@@ -512,10 +512,10 @@ * @pixi/sprite is licensed under the MIT License.

/**
* The anchor sets the origin point of the text. The default value is taken from the {@link PIXI.Texture|Texture}
* The anchor sets the origin point of the sprite. The default value is taken from the {@link PIXI.Texture|Texture}
* and passed to the constructor.
*
* The default is `(0,0)`, this means the text's origin is the top left.
* The default is `(0,0)`, this means the sprite's origin is the top left.
*
* Setting the anchor to `(0.5,0.5)` means the text's origin is centered.
* Setting the anchor to `(0.5,0.5)` means the sprite's origin is centered.
*
* Setting the anchor to `(1,1)` would mean the text's origin point will be the bottom right corner.
* Setting the anchor to `(1,1)` would mean the sprite's origin point will be the bottom right corner.
*

@@ -522,0 +522,0 @@ * If you pass only single parameter, it will set both x and y to the same value as shown in the example below.

{
"name": "@pixi/sprite",
"version": "5.3.2",
"version": "5.3.3",
"main": "lib/sprite.js",

@@ -27,10 +27,10 @@ "module": "lib/sprite.es.js",

"dependencies": {
"@pixi/constants": "5.3.2",
"@pixi/core": "5.3.2",
"@pixi/display": "5.3.2",
"@pixi/math": "5.3.2",
"@pixi/settings": "5.3.2",
"@pixi/utils": "5.3.2"
"@pixi/constants": "5.3.3",
"@pixi/core": "5.3.3",
"@pixi/display": "5.3.3",
"@pixi/math": "5.3.3",
"@pixi/settings": "5.3.3",
"@pixi/utils": "5.3.3"
},
"gitHead": "65d011d061b877e32a45dc326928564a48f4fb12"
"gitHead": "6b3e881673511c885e3ef834e558c68771bb8b77"
}

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