Socket
Socket
Sign inDemoInstall

@pixi/core

Package Overview
Dependencies
31
Maintainers
2
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.4.0 to 7.4.2

4

lib/geometry/Geometry.d.ts

@@ -18,4 +18,4 @@ import { Runner } from '@pixi/runner';

*
* geometry.addAttribute('positions', [0, 0, 100, 0, 100, 100, 0, 100], 2);
* geometry.addAttribute('uvs', [0, 0, 1, 0, 1, 1, 0, 1], 2);
* geometry.addAttribute('positions', [0, 0, 100, 0, 0, 100, 100, 100], 2);
* geometry.addAttribute('uvs', [0, 0, 1, 0, 0, 1, 1, 1], 2);
* geometry.addIndex([0, 1, 2, 1, 3, 2]);

@@ -22,0 +22,0 @@ * @memberof PIXI

@@ -28,3 +28,3 @@ "use strict";

var utils__namespace = /* @__PURE__ */ _interopNamespaceDefault(utils$1);
const VERSION = "7.4.0";
const VERSION = "7.4.2";
exports.utils = utils__namespace;

@@ -31,0 +31,0 @@ exports.autoDetectRenderer = autoDetectRenderer.autoDetectRenderer;

@@ -13,3 +13,3 @@ "use strict";

const { renderer } = this;
renderer.runners.init.emit(renderer.options), options.hello && console.log(`PixiJS 7.4.0 - ${renderer.rendererLogId} - https://pixijs.com`), renderer.resize(renderer.screen.width, renderer.screen.height);
renderer.runners.init.emit(renderer.options), options.hello && console.log(`PixiJS 7.4.2 - ${renderer.rendererLogId} - https://pixijs.com`), renderer.resize(renderer.screen.width, renderer.screen.height);
}

@@ -16,0 +16,0 @@ destroy() {

{
"name": "@pixi/core",
"version": "7.4.0",
"version": "7.4.2",
"main": "lib/index.js",

@@ -43,11 +43,11 @@ "module": "lib/index.mjs",

"dependencies": {
"@pixi/color": "7.4.0",
"@pixi/constants": "7.4.0",
"@pixi/extensions": "7.4.0",
"@pixi/math": "7.4.0",
"@pixi/runner": "7.4.0",
"@pixi/settings": "7.4.0",
"@pixi/ticker": "7.4.0",
"@pixi/utils": "7.4.0"
"@pixi/color": "7.4.2",
"@pixi/constants": "7.4.2",
"@pixi/extensions": "7.4.2",
"@pixi/math": "7.4.2",
"@pixi/runner": "7.4.2",
"@pixi/settings": "7.4.2",
"@pixi/ticker": "7.4.2",
"@pixi/utils": "7.4.2"
}
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc