You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@pixi/runner

Package Overview
Dependencies
Maintainers
2
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.3.2 to 6.4.0

13

dist/browser/runner.js
/*!
* @pixi/runner - v6.3.2
* Compiled Wed, 04 May 2022 17:49:13 UTC
* @pixi/runner - v6.4.0
* Compiled Wed, 01 Jun 2022 21:14:23 UTC
*

@@ -54,3 +54,2 @@ * @pixi/runner is licensed under the MIT License.

* ```
*
* @memberof PIXI

@@ -67,7 +66,8 @@ */

}
/* eslint-disable jsdoc/require-param, jsdoc/check-param-names */
/**
* Dispatch/Broadcast Runner to all listeners added to the queue.
*
* @param {...any} params - (optional) parameters to pass to each listener
*/
/* eslint-enable jsdoc/require-param, jsdoc/check-param-names */
Runner.prototype.emit = function (a0, a1, a2, a3, a4, a5, a6, a7) {

@@ -109,3 +109,2 @@ if (arguments.length > 8) {

* The scope used will be the object itself.
*
* @param {any} item - The object that will be listening.

@@ -123,3 +122,2 @@ */

* Remove a single listener from the dispatch queue.
*
* @param {any} item - The listener that you would like to remove.

@@ -137,3 +135,2 @@ */

* Check to see if the listener is already in the Runner
*
* @param {any} item - The listener that you would like to check.

@@ -159,3 +156,2 @@ */

* `true` if there are no this Runner contains no listeners
*
* @readonly

@@ -172,3 +168,2 @@ */

* The name of the runner.
*
* @readonly

@@ -175,0 +170,0 @@ */

/*!
* @pixi/runner - v6.3.2
* Compiled Wed, 04 May 2022 17:49:13 UTC
* @pixi/runner - v6.4.0
* Compiled Wed, 01 Jun 2022 21:14:23 UTC
*

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

/*!
* @pixi/runner - v6.3.2
* Compiled Wed, 04 May 2022 17:49:13 UTC
* @pixi/runner - v6.4.0
* Compiled Wed, 01 Jun 2022 21:14:23 UTC
*

@@ -54,3 +54,2 @@ * @pixi/runner is licensed under the MIT License.

* ```
*
* @memberof PIXI

@@ -67,7 +66,8 @@ */

}
/* eslint-disable jsdoc/require-param, jsdoc/check-param-names */
/**
* Dispatch/Broadcast Runner to all listeners added to the queue.
*
* @param {...any} params - (optional) parameters to pass to each listener
*/
/* eslint-enable jsdoc/require-param, jsdoc/check-param-names */
Runner.prototype.emit = function (a0, a1, a2, a3, a4, a5, a6, a7) {

@@ -109,3 +109,2 @@ if (arguments.length > 8) {

* The scope used will be the object itself.
*
* @param {any} item - The object that will be listening.

@@ -123,3 +122,2 @@ */

* Remove a single listener from the dispatch queue.
*
* @param {any} item - The listener that you would like to remove.

@@ -137,3 +135,2 @@ */

* Check to see if the listener is already in the Runner
*
* @param {any} item - The listener that you would like to check.

@@ -159,3 +156,2 @@ */

* `true` if there are no this Runner contains no listeners
*
* @readonly

@@ -172,3 +168,2 @@ */

* The name of the runner.
*
* @readonly

@@ -175,0 +170,0 @@ */

/*!
* @pixi/runner - v6.3.2
* Compiled Wed, 04 May 2022 17:49:13 UTC
* @pixi/runner - v6.4.0
* Compiled Wed, 01 Jun 2022 21:14:23 UTC
*

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

/*!
* @pixi/runner - v6.3.2
* Compiled Wed, 04 May 2022 17:49:13 UTC
* @pixi/runner - v6.4.0
* Compiled Wed, 01 Jun 2022 21:14:23 UTC
*

@@ -50,3 +50,2 @@ * @pixi/runner is licensed under the MIT License.

* ```
*
* @memberof PIXI

@@ -63,7 +62,8 @@ */

}
/* eslint-disable jsdoc/require-param, jsdoc/check-param-names */
/**
* Dispatch/Broadcast Runner to all listeners added to the queue.
*
* @param {...any} params - (optional) parameters to pass to each listener
*/
/* eslint-enable jsdoc/require-param, jsdoc/check-param-names */
Runner.prototype.emit = function (a0, a1, a2, a3, a4, a5, a6, a7) {

@@ -105,3 +105,2 @@ if (arguments.length > 8) {

* The scope used will be the object itself.
*
* @param {any} item - The object that will be listening.

@@ -119,3 +118,2 @@ */

* Remove a single listener from the dispatch queue.
*
* @param {any} item - The listener that you would like to remove.

@@ -133,3 +131,2 @@ */

* Check to see if the listener is already in the Runner
*
* @param {any} item - The listener that you would like to check.

@@ -155,3 +152,2 @@ */

* `true` if there are no this Runner contains no listeners
*
* @readonly

@@ -168,3 +164,2 @@ */

* The name of the runner.
*
* @readonly

@@ -171,0 +166,0 @@ */

/*!
* @pixi/runner - v6.3.2
* Compiled Wed, 04 May 2022 17:49:13 UTC
* @pixi/runner - v6.4.0
* Compiled Wed, 01 Jun 2022 21:14:23 UTC
*

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

@@ -1,2 +0,1 @@

/**

@@ -44,3 +43,2 @@ * A Runner is a highly performant and simple alternative to signals. Best used in situations

* ```
*
* @memberof PIXI

@@ -58,3 +56,2 @@ */

* Dispatch/Broadcast Runner to all listeners added to the queue.
*
* @param {...any} params - (optional) parameters to pass to each listener

@@ -80,3 +77,2 @@ */

* The scope used will be the object itself.
*
* @param {any} item - The object that will be listening.

@@ -87,3 +83,2 @@ */

* Remove a single listener from the dispatch queue.
*
* @param {any} item - The listener that you would like to remove.

@@ -94,3 +89,2 @@ */

* Check to see if the listener is already in the Runner
*
* @param {any} item - The listener that you would like to check.

@@ -105,3 +99,2 @@ */

* `true` if there are no this Runner contains no listeners
*
* @readonly

@@ -112,3 +105,2 @@ */

* The name of the runner.
*
* @readonly

@@ -115,0 +107,0 @@ */

{
"name": "@pixi/runner",
"version": "6.3.2",
"version": "6.4.0",
"main": "dist/cjs/runner.js",
"module": "dist/esm/runner.js",
"bundle": "dist/browser/runner.js",
"types": "index.d.ts",
"exports": {
".": {
"import": {
"default": "./dist/cjs/runner.js",
"types": "./index.d.ts"
},
"require": {
"default": "./dist/esm/runner.js",
"types": "./index.d.ts"
}
}
},
"description": "A simple alternative to events and signals with an emphasis on performance.",

@@ -42,3 +55,3 @@ "author": "Mat Groves",

],
"gitHead": "87031295631dcd7db3e24b99ed7ceb2c4f963a40"
"gitHead": "e7eaa713b6e0eeb335e90384aec778f5c99c60d5"
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc