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.2.3 to 7.3.0

10

babylon.glTF2Interface.d.ts

@@ -1161,3 +1161,3 @@ /* eslint-disable @typescript-eslint/naming-convention */

/**
* Interfaces from the KHR_materials_translucency extension
* Interfaces from the KHR_materials_diffuse_transmission extension
* !!! Experimental Extension Subject to Changes !!!

@@ -1167,5 +1167,7 @@ */

/** @internal */
interface IKHRMaterialsTranslucency extends IMaterialExtension {
translucencyFactor?: number;
translucencyTexture?: ITextureInfo;
interface IKHRMaterialsDiffuseTransmission extends IMaterialExtension {
diffuseTransmissionFactor?: number;
diffuseTransmissionTexture?: ITextureInfo;
diffuseTransmissionColorFactor?: number[];
diffuseTransmissionColorTexture?: ITextureInfo;
}

@@ -1172,0 +1174,0 @@

2

package.json
{
"name": "babylonjs-gltf2interface",
"description": "A typescript declaration of babylon's gltf2 interface.",
"version": "7.2.3",
"version": "7.3.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