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

@pixi/ticker

Package Overview
Dependencies
Maintainers
3
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 6.5.0 to 6.5.1

10

dist/browser/ticker.js
/*!
* @pixi/ticker - v6.5.0
* Compiled Fri, 22 Jul 2022 18:41:56 UTC
* @pixi/ticker - v6.5.1
* Compiled Sun, 24 Jul 2022 20:56:21 UTC
*

@@ -9,3 +9,3 @@ * @pixi/ticker is licensed under the MIT License.

this.PIXI = this.PIXI || {};
var _pixi_ticker = (function (exports, settings, core) {
var _pixi_ticker = (function (exports, settings, extensions) {
'use strict';

@@ -620,3 +620,3 @@

* import {Application} from '@pixi/app';
* import {extensions} from '@pixi/core';
* import {extensions} from '@pixi/extensions';
* extensions.add(TickerPlugin);

@@ -709,3 +709,3 @@ * @class

/** @ignore */
TickerPlugin.extension = core.ExtensionType.Application;
TickerPlugin.extension = extensions.ExtensionType.Application;
return TickerPlugin;

@@ -712,0 +712,0 @@ }());

/*!
* @pixi/ticker - v6.5.0
* Compiled Fri, 22 Jul 2022 18:41:56 UTC
* @pixi/ticker - v6.5.1
* Compiled Sun, 24 Jul 2022 20:56:21 UTC
*

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

/// <reference path="./global.d.ts" />
import type { ExtensionMetadata } from '@pixi/core';
import type { ExtensionMetadata } from '@pixi/extensions';

@@ -279,3 +279,3 @@ /**

* import {Application} from '@pixi/app';
* import {extensions} from '@pixi/core';
* import {extensions} from '@pixi/extensions';
* extensions.add(TickerPlugin);

@@ -282,0 +282,0 @@ * @class

{
"name": "@pixi/ticker",
"version": "6.5.0",
"version": "6.5.1",
"main": "dist/cjs/ticker.js",

@@ -41,5 +41,6 @@ "module": "dist/esm/ticker.mjs",

"peerDependencies": {
"@pixi/settings": "6.5.0"
"@pixi/extensions": "6.5.1",
"@pixi/settings": "6.5.1"
},
"gitHead": "63b9f0c48521d739e7758fc8ecab337b00ff64fc"
"gitHead": "a344b58dc859e3a60f75d2dc95b7d45180c766d8"
}

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 too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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