New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/pixi.js

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pixi.js - npm Package Compare versions

Comparing version 3.0.32 to 3.0.33

42

pixi.js v3/index.d.ts

@@ -86,3 +86,3 @@ // Type definitions for Pixi.js 3.0

//https://github.com/primus/eventemitter3
// https://github.com/primus/eventemitter3
export class EventEmitter {

@@ -106,7 +106,7 @@

//display
// display
export class DisplayObject extends EventEmitter implements interaction.InteractiveTarget {
//begin extras.cacheAsBitmap see https://github.com/pixijs/pixi-typescript/commit/1207b7f4752d79a088d6a9a465a3ec799906b1db
// begin extras.cacheAsBitmap see https://github.com/pixijs/pixi-typescript/commit/1207b7f4752d79a088d6a9a465a3ec799906b1db
protected _originalRenderWebGL: WebGLRenderer;

@@ -128,3 +128,3 @@ protected _originalRenderCanvas: CanvasRenderer;

protected _cacheAsBitmapDestroy(): void;
//end extras.cacheAsBitmap
// end extras.cacheAsBitmap

@@ -252,3 +252,3 @@ protected _sr: number;

//graphics
// graphics

@@ -304,3 +304,3 @@ export class GraphicsData {

clear(): Graphics;
//todo
// todo
generateTexture(renderer: WebGLRenderer | CanvasRenderer, resolution?: number, scaleMode?: number): Texture;

@@ -314,9 +314,9 @@ getBounds(matrix?: Matrix): Rectangle;

export interface GraphicsRenderer extends ObjectRenderer {
//yikes todo
// yikes todo
}
export interface WebGLGraphicsData {
//yikes todo!
// yikes todo!
}
//math
// math

@@ -451,3 +451,3 @@ export class Point {

//particles
// particles

@@ -510,3 +510,3 @@ export interface ParticleContainerProperties {

//renderers
// renderers

@@ -544,3 +544,3 @@ export interface RendererOptions {

autoResize: boolean;
blendModes: any; //todo?
blendModes: any; // todo?
preserveDrawingBuffer: boolean;

@@ -868,3 +868,3 @@ clearBeforeRender: boolean;

//sprites
// sprites

@@ -922,3 +922,3 @@ export class Sprite extends Container {

//text
// text

@@ -973,3 +973,3 @@ export interface TextStyle {

//textures
// textures

@@ -1115,3 +1115,3 @@ export class BaseTexture extends EventEmitter {

//utils
// utils

@@ -1219,5 +1219,5 @@ export class utils {

//This is really unclean but is the only way :(
//See http://stackoverflow.com/questions/29593905/typescript-declaration-extending-class-with-static-method/29595798#29595798
//Thanks bas!
// This is really unclean but is the only way :(
// See http://stackoverflow.com/questions/29593905/typescript-declaration-extending-class-with-static-method/29595798#29595798
// Thanks bas!
static fromFrame(frameId: string): Sprite;

@@ -1548,3 +1548,3 @@ static fromFrame(frameId: string, width?: number, height?: number): TilingSprite;

//////////////////////////////////////////////////////////////////////////////
//https://github.com/englercj/resource-loader/blob/master/src/Loader.js
// https://github.com/englercj/resource-loader/blob/master/src/Loader.js

@@ -1574,3 +1574,3 @@ export namespace loaders {

add(url: string, options?: LoaderOptions, cb?: () => void): Loader;
//todo I am not sure of object literal notional (or its options) so just allowing any but would love to improve this
// todo I am not sure of object literal notional (or its options) so just allowing any but would love to improve this
add(obj: any, options?: LoaderOptions, cb?: () => void): Loader;

@@ -1577,0 +1577,0 @@

{
"name": "@types/pixi.js",
"version": "3.0.32",
"version": "3.0.33",
"description": "TypeScript definitions for Pixi.js",
"license": "MIT",
"author": "clark-stevenson <https://github.com/pixijs/pixi-typescript>",
"contributors": [
{
"name": "clark-stevenson",
"url": "https://github.com/pixijs/pixi-typescript"
}
],
"main": "",

@@ -15,4 +20,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "9fef891ede2648069a7f77b65efc70fd2c7f0468eeb0251a9614013f8b7b61b3",
"typesPublisherContentHash": "6ad29688045cf2a4c3b40eeb3bb544e28c3f3f9618232dd50e86bb0227687e4f",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Tue, 10 Jan 2017 18:52:38 GMT
* Last updated: Thu, 23 Feb 2017 15:22:20 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: PIXI

@@ -6,4 +6,10 @@ {

"data": {
"authors": "clark-stevenson <https://github.com/pixijs/pixi-typescript>",
"contributors": [
{
"name": "clark-stevenson",
"url": "https://github.com/pixijs/pixi-typescript"
}
],
"dependencies": {},
"pathMappings": {},
"libraryMajorVersion": 3,

@@ -26,5 +32,5 @@ "libraryMinorVersion": 0,

"hasPackageJson": false,
"contentHash": "9fef891ede2648069a7f77b65efc70fd2c7f0468eeb0251a9614013f8b7b61b3"
"contentHash": "6ad29688045cf2a4c3b40eeb3bb544e28c3f3f9618232dd50e86bb0227687e4f"
},
"isLatest": false
}
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