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

babylonjs-gltf2interface

Package Overview
Dependencies
Maintainers
1
Versions
634
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babylonjs-gltf2interface - npm Package Compare versions

Comparing version 7.0.0 to 7.1.0

13

babylon.glTF2Interface.d.ts

@@ -151,2 +151,6 @@ /* eslint-disable @typescript-eslint/naming-convention */

WEBP = "image/webp",
/**
* AVIF Mime-type
*/
AVIF = "image/avif",
}

@@ -1209,2 +1213,11 @@

/**
* Interfaces from the EXT_texture_avif extension
*/
/** @internal */
interface IEXTTextureAVIF {
source: number;
}
/**
* Interfaces from the KHR_texture_transform extension

@@ -1211,0 +1224,0 @@ */

2

package.json
{
"name": "babylonjs-gltf2interface",
"description": "A typescript declaration of babylon's gltf2 interface.",
"version": "7.0.0",
"version": "7.1.0",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

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