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

@pixi/core

Package Overview
Dependencies
Maintainers
3
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/core - npm Package Compare versions

Comparing version 7.0.1 to 7.0.2

2

lib/index.js

@@ -115,3 +115,3 @@ 'use strict';

const VERSION = "7.0.1";
const VERSION = "7.0.2";

@@ -118,0 +118,0 @@ exports.utils = utils__namespace;

@@ -15,3 +15,3 @@ 'use strict';

if (options.hello) {
console.log(`PixiJS ${"7.0.1"} - ${renderer.rendererLogId} - https://pixijs.com`);
console.log(`PixiJS ${"7.0.2"} - ${renderer.rendererLogId} - https://pixijs.com`);
}

@@ -18,0 +18,0 @@ renderer.resize(this.renderer.screen.width, this.renderer.screen.height);

{
"name": "@pixi/core",
"version": "7.0.1",
"version": "7.0.2",
"main": "lib/index.js",

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

"dependencies": {
"@pixi/constants": "7.0.1",
"@pixi/extensions": "7.0.1",
"@pixi/math": "7.0.1",
"@pixi/runner": "7.0.1",
"@pixi/settings": "7.0.1",
"@pixi/ticker": "7.0.1",
"@pixi/utils": "7.0.1",
"@pixi/constants": "7.0.2",
"@pixi/extensions": "7.0.2",
"@pixi/math": "7.0.2",
"@pixi/runner": "7.0.2",
"@pixi/settings": "7.0.2",
"@pixi/ticker": "7.0.2",
"@pixi/utils": "7.0.2",
"@types/offscreencanvas": "^2019.6.4"
},
"gitHead": "5af70a715e1cd009f18665c72b3804d863c1d3f9"
"gitHead": "55e5e0da83f7771eb2a85033fb03898319a2c346"
}

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