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

@pixi/app

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

Comparing version 7.0.0-alpha to 7.0.0-alpha.2

4

dist/cjs/app.js
/*!
* @pixi/app - v7.0.0-alpha
* Compiled Fri, 09 Sep 2022 16:09:18 UTC
* @pixi/app - v7.0.0-alpha.2
* Compiled Sun, 18 Sep 2022 20:45:04 UTC
*

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

"use strict";/*!
* @pixi/app - v7.0.0-alpha
* Compiled Fri, 09 Sep 2022 16:09:18 UTC
* @pixi/app - v7.0.0-alpha.2
* Compiled Sun, 18 Sep 2022 20:45:04 UTC
*

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

@@ -15,8 +15,10 @@ /// <reference path="./global.d.ts" />

/**
* Convenience class to create a new PIXI application.
* Convenience class to create a new PixiJS application.
*
* This class automatically creates the renderer, ticker and root container.
* @example
* import { Application, Sprite } from 'pixi.js';
*
* // Create the application
* const app = new PIXI.Application();
* const app = new Application();
*

@@ -27,3 +29,3 @@ * // Add the view to the DOM

* // ex, add display objects
* app.stage.addChild(PIXI.Sprite.from('something.png'));
* app.stage.addChild(Sprite.from('something.png'));
* @class

@@ -30,0 +32,0 @@ * @memberof PIXI

{
"name": "@pixi/app",
"version": "7.0.0-alpha",
"version": "7.0.0-alpha.2",
"main": "dist/cjs/app.js",

@@ -42,3 +42,3 @@ "module": "dist/esm/app.mjs",

],
"gitHead": "da993226df64b804a9c00ed9ee4d011191467b8a"
"gitHead": "439f6c1606ba63b26a93173284d25c35a7682b17"
}

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

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