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

@pixi/compressed-textures

Package Overview
Dependencies
Maintainers
3
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/compressed-textures - npm Package Compare versions

Comparing version 7.0.0-beta.3 to 7.0.0-beta.4

4

dist/cjs/compressed-textures.js
/*!
* @pixi/compressed-textures - v7.0.0-beta.3
* Compiled Thu, 13 Oct 2022 15:35:43 UTC
* @pixi/compressed-textures - v7.0.0-beta.4
* Compiled Thu, 20 Oct 2022 19:45:44 UTC
*

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

"use strict";/*!
* @pixi/compressed-textures - v7.0.0-beta.3
* Compiled Thu, 13 Oct 2022 15:35:43 UTC
* @pixi/compressed-textures - v7.0.0-beta.4
* Compiled Thu, 20 Oct 2022 19:45:44 UTC
*

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

@@ -98,6 +98,6 @@ /// <reference path="./global.d.ts" />

* // format such as KTX, DDS, or BASIS.
* const compressedResource = new CompressedTextureResource("bunny.dxt5", {
* format: INTERNAL_FORMATS.COMPRESSED_RGBA_S3TC_DXT5_EXT,
* width: 256,
* height: 256
* const compressedResource = new CompressedTextureResource('bunny.dxt5', {
* format: INTERNAL_FORMATS.COMPRESSED_RGBA_S3TC_DXT5_EXT,
* width: 256,
* height: 256,
* });

@@ -112,4 +112,4 @@ *

* // Add baseTexture & texture to the global texture cache
* BaseTexture.addToCache(baseTexture, "bunny.dxt5");
* Texture.addToCache(texture, "bunny.dxt5");
* BaseTexture.addToCache(baseTexture, 'bunny.dxt5');
* Texture.addToCache(texture, 'bunny.dxt5');
* @memberof PIXI

@@ -116,0 +116,0 @@ */

{
"name": "@pixi/compressed-textures",
"version": "7.0.0-beta.3",
"version": "7.0.0-beta.4",
"description": "Loaders for compressed texture file formats",

@@ -53,3 +53,3 @@ "keywords": [

],
"gitHead": "8055ae1c16d4c0f8dabda86cafd8e68c356450e8"
"gitHead": "a4581e4a49d23afc98fcf726765c9d54e51c3c39"
}

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc