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

@pixi/compressed-textures

Package Overview
Dependencies
Maintainers
1
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.4 to 7.0.5

1

lib/loaders/detectCompressedTextures.js

@@ -29,2 +29,3 @@ 'use strict';

if (!gl) {
console.warn("WebGL not available for compressed textures.");
return false;

@@ -31,0 +32,0 @@ }

@@ -170,2 +170,3 @@ 'use strict';

if (dataView.getUint8(i) !== FILE_IDENTIFIER[i]) {
console.error(`${url} is not a valid *.ktx file!`);
return false;

@@ -172,0 +173,0 @@ }

8

package.json
{
"name": "@pixi/compressed-textures",
"version": "7.0.4",
"version": "7.0.5",
"description": "Loaders for compressed texture file formats",

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

"type": "git",
"url": "git+https://github.com/pixijs/pixi.js.git"
"url": "git+https://github.com/pixijs/pixijs.git"
},

@@ -48,3 +48,3 @@ "scripts": {

"bugs": {
"url": "https://github.com/pixijs/pixi.js/issues"
"url": "https://github.com/pixijs/pixijs/issues"
},

@@ -55,3 +55,3 @@ "pixiRequirements": [

],
"gitHead": "1d0f4da7abd7238a440f78b3661e40ced1a27614"
"gitHead": "8a89713515f9dbe298484120429202534ac1f9f7"
}

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