Socket
Socket
Sign inDemoInstall

@pixi/text

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/text - npm Package Compare versions

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

dist/text.js

22

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

@@ -1560,3 +1560,3 @@ * @pixi/text is licensed under the MIT License.

*/
var Text = /*@__PURE__*/(function (Sprite$$1) {
var Text = /*@__PURE__*/(function (Sprite) {
function Text(text, style, canvas)

@@ -1574,3 +1574,3 @@ {

Sprite$$1.call(this, texture);
Sprite.call(this, texture);

@@ -1636,4 +1636,4 @@ /**

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

@@ -1862,3 +1862,3 @@

Sprite$$1.prototype.render.call(this, renderer);
Sprite.prototype.render.call(this, renderer);
};

@@ -1882,3 +1882,3 @@

Sprite$$1.prototype._renderCanvas.call(this, renderer);
Sprite.prototype._renderCanvas.call(this, renderer);
};

@@ -1896,3 +1896,3 @@

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

@@ -2045,3 +2045,3 @@

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

@@ -2178,3 +2178,3 @@ // make sure to reset the the context and canvas.. dont want this hanging around in memory!

export { Text, TextStyle, TextMetrics, TEXT_GRADIENT };
export { TEXT_GRADIENT, Text, TextMetrics, TextStyle };
//# sourceMappingURL=text.es.js.map
/*!
* @pixi/text - v5.0.0-rc.2
* Compiled Mon, 18 Feb 2019 23:45:28 UTC
* @pixi/text - v5.0.0-rc.3
* Compiled Fri, 22 Mar 2019 16:33:44 UTC
*

@@ -2175,6 +2175,6 @@ * @pixi/text is licensed under the MIT License.

exports.TEXT_GRADIENT = TEXT_GRADIENT;
exports.Text = Text;
exports.TextMetrics = TextMetrics;
exports.TextStyle = TextStyle;
exports.TextMetrics = TextMetrics;
exports.TEXT_GRADIENT = TEXT_GRADIENT;
//# sourceMappingURL=text.js.map
{
"name": "@pixi/text",
"version": "5.0.0-rc.2",
"version": "5.0.0-rc.3",
"main": "lib/text.js",
"module": "lib/text.es.js",
"bundle": "dist/text.js",
"description": "Text via the Canvas API",

@@ -25,18 +26,19 @@ "author": "Mat Groves",

"files": [
"lib"
"lib",
"dist"
],
"dependencies": {
"@pixi/core": "^5.0.0-rc.2",
"@pixi/math": "^5.0.0-rc.2",
"@pixi/settings": "^5.0.0-rc.2",
"@pixi/sprite": "^5.0.0-rc.2",
"@pixi/utils": "^5.0.0-rc.2"
"@pixi/core": "^5.0.0-rc.3",
"@pixi/math": "^5.0.0-rc.3",
"@pixi/settings": "^5.0.0-rc.3",
"@pixi/sprite": "^5.0.0-rc.3",
"@pixi/utils": "^5.0.0-rc.3"
},
"devDependencies": {
"@pixi/canvas-display": "^5.0.0-rc.2",
"@pixi/canvas-renderer": "^5.0.0-rc.2",
"@pixi/canvas-sprite": "^5.0.0-rc.2",
"floss": "^2.1.5"
"@pixi/canvas-display": "^5.0.0-rc.3",
"@pixi/canvas-renderer": "^5.0.0-rc.3",
"@pixi/canvas-sprite": "^5.0.0-rc.3",
"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