Socket
Socket
Sign inDemoInstall

@pixi/display

Package Overview
Dependencies
Maintainers
3
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.0.2 to 7.0.3

9

lib/DisplayObject.d.ts

@@ -11,8 +11,7 @@ import { Rectangle, Transform, utils } from '@pixi/core';

export interface DisplayObjectEvents extends GlobalMixins.DisplayObjectEvents {
added: [Container];
childAdded: [DisplayObject, Container, number];
childRemoved: [DisplayObject, Container, number];
added: [container: Container];
childAdded: [child: DisplayObject, container: Container, index: number];
childRemoved: [child: DisplayObject, container: Container, index: number];
destroyed: [];
removed: [Container];
removedFrom: [DisplayObject, Container, number];
removed: [container: Container];
}

@@ -19,0 +18,0 @@ export interface DisplayObject extends Omit<GlobalMixins.DisplayObject, keyof utils.EventEmitter<DisplayObjectEvents>>, utils.EventEmitter<DisplayObjectEvents> {

{
"name": "@pixi/display",
"version": "7.0.2",
"version": "7.0.3",
"main": "lib/index.js",

@@ -41,3 +41,3 @@ "module": "lib/index.mjs",

],
"gitHead": "55e5e0da83f7771eb2a85033fb03898319a2c346"
"gitHead": "1a8c89762cc348a7cb7c5f97b0cf97b2695c38b9"
}

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