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

@gltf-transform/extensions

Package Overview
Dependencies
Maintainers
1
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gltf-transform/extensions - npm Package Compare versions

Comparing version 3.4.2 to 3.4.3

4

dist/khr-texture-basisu/texture-basisu.d.ts

@@ -37,6 +37,6 @@ import { Extension, PropertyType, ReaderContext, WriterContext } from '@gltf-transform/core';

* compress the image data first, then pass the `.ktx2` payload to {@link Texture.setImage}. The
* glTF-Transform CLI has functions to help with this, or any similar KTX2-capable
* glTF Transform CLI has functions to help with this, or any similar KTX2-capable
* utility will work.
*
* When the `KHR_texture_basisu` extension is added to a file by glTF-Transform, the extension
* When the `KHR_texture_basisu` extension is added to a file by glTF Transform, the extension
* should always be required. This tool does not support writing assets that "fall back" to optional

@@ -43,0 +43,0 @@ * PNG or JPEG image data.

{
"name": "@gltf-transform/extensions",
"version": "3.4.2",
"version": "3.4.3",
"repository": "github:donmccurdy/glTF-Transform",

@@ -38,3 +38,3 @@ "homepage": "https://gltf-transform.dev/extensions.html",

"dependencies": {
"@gltf-transform/core": "^3.4.2",
"@gltf-transform/core": "^3.4.3",
"ktx-parse": "^0.5.0"

@@ -48,3 +48,3 @@ },

],
"gitHead": "af29fb35bad5b7996828206a5797ddabecb259d9"
"gitHead": "701a51849636e2cf9c2d10e0f3faf13b4a808352"
}

@@ -7,3 +7,3 @@ # @gltf-transform/extensions

Part of the glTF-Transform project.
Part of the glTF Transform project.

@@ -10,0 +10,0 @@ - GitHub: https://github.com/donmccurdy/glTF-Transform

@@ -108,6 +108,6 @@ import { read as readKTX, KHR_DF_MODEL_ETC1S, KHR_DF_MODEL_UASTC } from 'ktx-parse';

* compress the image data first, then pass the `.ktx2` payload to {@link Texture.setImage}. The
* glTF-Transform CLI has functions to help with this, or any similar KTX2-capable
* glTF Transform CLI has functions to help with this, or any similar KTX2-capable
* utility will work.
*
* When the `KHR_texture_basisu` extension is added to a file by glTF-Transform, the extension
* When the `KHR_texture_basisu` extension is added to a file by glTF Transform, the extension
* should always be required. This tool does not support writing assets that "fall back" to optional

@@ -114,0 +114,0 @@ * PNG or JPEG image data.

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