New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pixi/prepare

Package Overview
Dependencies
Maintainers
3
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/prepare - npm Package Compare versions

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

dist/prepare.js

14

lib/prepare.es.js
/*!
* @pixi/prepare - v5.0.0-rc.2
* Compiled Mon, 18 Feb 2019 23:45:28 UTC
* @pixi/prepare - v5.0.0-rc.3
* Compiled Fri, 22 Mar 2019 16:33:44 UTC
*

@@ -561,6 +561,6 @@ * @pixi/prepare is licensed under the MIT License.

*/
var Prepare = /*@__PURE__*/(function (BasePrepare$$1) {
var Prepare = /*@__PURE__*/(function (BasePrepare) {
function Prepare(renderer)
{
BasePrepare$$1.call(this, renderer);
BasePrepare.call(this, renderer);

@@ -575,4 +575,4 @@ this.uploadHookHelper = this.renderer;

if ( BasePrepare$$1 ) Prepare.__proto__ = BasePrepare$$1;
Prepare.prototype = Object.create( BasePrepare$$1 && BasePrepare$$1.prototype );
if ( BasePrepare ) Prepare.__proto__ = BasePrepare;
Prepare.prototype = Object.create( BasePrepare && BasePrepare.prototype );
Prepare.prototype.constructor = Prepare;

@@ -722,3 +722,3 @@

export { Prepare, BasePrepare, CountLimiter, TimeLimiter };
export { BasePrepare, CountLimiter, Prepare, TimeLimiter };
//# sourceMappingURL=prepare.es.js.map
/*!
* @pixi/prepare - v5.0.0-rc.2
* Compiled Mon, 18 Feb 2019 23:45:28 UTC
* @pixi/prepare - v5.0.0-rc.3
* Compiled Fri, 22 Mar 2019 16:33:44 UTC
*

@@ -565,6 +565,6 @@ * @pixi/prepare is licensed under the MIT License.

*/
var Prepare = /*@__PURE__*/(function (BasePrepare$$1) {
var Prepare = /*@__PURE__*/(function (BasePrepare) {
function Prepare(renderer)
{
BasePrepare$$1.call(this, renderer);
BasePrepare.call(this, renderer);

@@ -579,4 +579,4 @@ this.uploadHookHelper = this.renderer;

if ( BasePrepare$$1 ) Prepare.__proto__ = BasePrepare$$1;
Prepare.prototype = Object.create( BasePrepare$$1 && BasePrepare$$1.prototype );
if ( BasePrepare ) Prepare.__proto__ = BasePrepare;
Prepare.prototype = Object.create( BasePrepare && BasePrepare.prototype );
Prepare.prototype.constructor = Prepare;

@@ -726,6 +726,6 @@

exports.Prepare = Prepare;
exports.BasePrepare = BasePrepare;
exports.CountLimiter = CountLimiter;
exports.Prepare = Prepare;
exports.TimeLimiter = TimeLimiter;
//# sourceMappingURL=prepare.js.map
{
"name": "@pixi/prepare",
"version": "5.0.0-rc.2",
"version": "5.0.0-rc.3",
"main": "lib/prepare.js",
"module": "lib/prepare.es.js",
"bundle": "dist/prepare.js",
"namespace": "PIXI.prepare",
"description": "Plugin to allow uploading textures to the GPU",

@@ -25,17 +27,17 @@ "author": "Mat Groves",

"files": [
"lib"
"lib",
"dist"
],
"dependencies": {
"@pixi/canvas-renderer": "^5.0.0-rc.2",
"@pixi/core": "^5.0.0-rc.2",
"@pixi/display": "^5.0.0-rc.2",
"@pixi/graphics": "^5.0.0-rc.2",
"@pixi/settings": "^5.0.0-rc.2",
"@pixi/text": "^5.0.0-rc.2",
"@pixi/ticker": "^5.0.0-rc.2"
"@pixi/core": "^5.0.0-rc.3",
"@pixi/display": "^5.0.0-rc.3",
"@pixi/graphics": "^5.0.0-rc.3",
"@pixi/settings": "^5.0.0-rc.3",
"@pixi/text": "^5.0.0-rc.3",
"@pixi/ticker": "^5.0.0-rc.3"
},
"devDependencies": {
"floss": "^2.1.5"
"floss": "^2.2.0"
},
"gitHead": "53b354f4e01d3baee7223756dd09a3163ad29d0f"
"gitHead": "8bd27c8b903ae2c8f90d91d64e82d65b19ac1cdb"
}

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