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

@pixi/ticker

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/ticker - npm Package Compare versions

Comparing version 5.4.0-rc.2 to 5.4.0-rc.3

4

dist/browser/ticker.js
/*!
* @pixi/ticker - v5.4.0-rc.2
* Compiled Tue, 17 Nov 2020 01:47:11 UTC
* @pixi/ticker - v5.4.0-rc.3
* Compiled Thu, 10 Dec 2020 03:22:17 UTC
*

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

/*!
* @pixi/ticker - v5.4.0-rc.2
* Compiled Tue, 17 Nov 2020 01:47:11 UTC
* @pixi/ticker - v5.4.0-rc.3
* Compiled Thu, 10 Dec 2020 03:22:17 UTC
*

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

/*!
* @pixi/ticker - v5.4.0-rc.2
* Compiled Tue, 17 Nov 2020 01:47:11 UTC
* @pixi/ticker - v5.4.0-rc.3
* Compiled Thu, 10 Dec 2020 03:22:17 UTC
*

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

/*!
* @pixi/ticker - v5.4.0-rc.2
* Compiled Tue, 17 Nov 2020 01:47:11 UTC
* @pixi/ticker - v5.4.0-rc.3
* Compiled Thu, 10 Dec 2020 03:22:17 UTC
*

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

/*!
* @pixi/ticker - v5.4.0-rc.2
* Compiled Tue, 17 Nov 2020 01:47:11 UTC
* @pixi/ticker - v5.4.0-rc.3
* Compiled Thu, 10 Dec 2020 03:22:17 UTC
*

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

/*!
* @pixi/ticker - v5.4.0-rc.2
* Compiled Tue, 17 Nov 2020 01:47:11 UTC
* @pixi/ticker - v5.4.0-rc.3
* Compiled Thu, 10 Dec 2020 03:22:17 UTC
*

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

@@ -64,3 +64,3 @@ import type { IApplicationOptions } from '@pixi/app';

*/
add<T = any>(fn: TickerCallback<T>, context: T, priority?: UPDATE_PRIORITY): this;
add<T = any>(fn: TickerCallback<T>, context?: T, priority?: UPDATE_PRIORITY): this;
/**

@@ -74,3 +74,3 @@ * Add a handler for the tick event which is only execute once.

*/
addOnce<T = any>(fn: TickerCallback<T>, context: T, priority?: UPDATE_PRIORITY): this;
addOnce<T = any>(fn: TickerCallback<T>, context?: T, priority?: UPDATE_PRIORITY): this;
/**

@@ -94,3 +94,3 @@ * Internally adds the event handler so that it can be sorted by priority.

*/
remove<T = any>(fn: TickerCallback<T>, context: T): this;
remove<T = any>(fn: TickerCallback<T>, context?: T): this;
/**

@@ -97,0 +97,0 @@ * The number of listeners on this ticker, calculated by walking through linked list

{
"name": "@pixi/ticker",
"version": "5.4.0-rc.2",
"version": "5.4.0-rc.3",
"main": "dist/cjs/ticker.js",

@@ -28,5 +28,5 @@ "module": "dist/esm/ticker.js",

"dependencies": {
"@pixi/settings": "5.4.0-rc.2"
"@pixi/settings": "5.4.0-rc.3"
},
"gitHead": "fc4ca303a8f03eee754e12e0e769c263d8b19465"
"gitHead": "0c48db94f0521d85cc226fc4b15f69c30d53c765"
}

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