Socket
Socket
Sign inDemoInstall

@pixi/display

Package Overview
Dependencies
Maintainers
2
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/display - npm Package Compare versions

Comparing version 7.3.0-rc to 7.3.0-rc.2

7

lib/Container.d.ts

@@ -93,5 +93,6 @@ import { DisplayObject } from './DisplayObject';

/**
* Adds a child to the container at a specified index. If the index is out of bounds an error will be thrown
* @param {PIXI.DisplayObject} child - The child to add
* @param {number} index - The index to place the child in
* Adds a child to the container at a specified index. If the index is out of bounds an error will be thrown.
* If the child is already in this container, it will be moved to the specified index.
* @param {PIXI.DisplayObject} child - The child to add.
* @param {number} index - The absolute index where the child will be positioned at the end of the operation.
* @returns {PIXI.DisplayObject} The child that was added.

@@ -98,0 +99,0 @@ */

@@ -35,5 +35,6 @@ "use strict";

/**
* Adds a child to the container at a specified index. If the index is out of bounds an error will be thrown
* @param {PIXI.DisplayObject} child - The child to add
* @param {number} index - The index to place the child in
* Adds a child to the container at a specified index. If the index is out of bounds an error will be thrown.
* If the child is already in this container, it will be moved to the specified index.
* @param {PIXI.DisplayObject} child - The child to add.
* @param {number} index - The absolute index where the child will be positioned at the end of the operation.
* @returns {PIXI.DisplayObject} The child that was added.

@@ -40,0 +41,0 @@ */

{
"name": "@pixi/display",
"version": "7.3.0-rc",
"version": "7.3.0-rc.2",
"main": "lib/index.js",

@@ -39,4 +39,4 @@ "module": "lib/index.mjs",

"peerDependencies": {
"@pixi/core": "7.3.0-rc"
"@pixi/core": "7.3.0-rc.2"
}
}

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