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

@pixi/prepare

Package Overview
Dependencies
Maintainers
3
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/prepare - npm Package Compare versions

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

10

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

@@ -72,3 +72,3 @@ * @pixi/prepare is licensed under the MIT License.

* // Create a sprite
* const sprite = new PIXI.Sprite.fromImage('something.png');
* const sprite = new PIXI.Sprite.from('something.png');
*

@@ -338,3 +338,3 @@ * // Load object into GPU

// Get childen recursively
// Get children recursively
if (item instanceof Container)

@@ -383,3 +383,3 @@ {

// Objects with mutliple textures
// Objects with multiple textures
if (item && item._textures && item._textures.length)

@@ -386,0 +386,0 @@ {

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

@@ -76,3 +76,3 @@ * @pixi/prepare is licensed under the MIT License.

* // Create a sprite
* const sprite = new PIXI.Sprite.fromImage('something.png');
* const sprite = new PIXI.Sprite.from('something.png');
*

@@ -342,3 +342,3 @@ * // Load object into GPU

// Get childen recursively
// Get children recursively
if (item instanceof display.Container)

@@ -387,3 +387,3 @@ {

// Objects with mutliple textures
// Objects with multiple textures
if (item && item._textures && item._textures.length)

@@ -390,0 +390,0 @@ {

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

@@ -28,9 +28,9 @@ "module": "lib/prepare.es.js",

"dependencies": {
"@pixi/canvas-renderer": "^5.0.0-alpha.2",
"@pixi/core": "^5.0.0-alpha.2",
"@pixi/display": "^5.0.0-alpha.2",
"@pixi/graphics": "^5.0.0-alpha.2",
"@pixi/settings": "^5.0.0-alpha.2",
"@pixi/text": "^5.0.0-alpha.2",
"@pixi/ticker": "^5.0.0-alpha.2"
"@pixi/canvas-renderer": "^5.0.0-alpha.3",
"@pixi/core": "^5.0.0-alpha.3",
"@pixi/display": "^5.0.0-alpha.3",
"@pixi/graphics": "^5.0.0-alpha.3",
"@pixi/settings": "^5.0.0-alpha.3",
"@pixi/text": "^5.0.0-alpha.3",
"@pixi/ticker": "^5.0.0-alpha.3"
},

@@ -37,0 +37,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