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

babylonjs-gltf2interface

Package Overview
Dependencies
Maintainers
1
Versions
628
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.39.1 to 7.39.2

18

babylon.glTF2Interface.d.ts

@@ -1011,2 +1011,20 @@ /* eslint-disable @typescript-eslint/naming-convention */

/**
* Interfaces from the EXT_lights_ies extension
*/
/** @internal */
interface IEXTLightsIES_LightReference {
light: number;
color?: number[];
multiplier?: number;
}
/** @internal */
interface IEXTLightsIES_Light extends IChildRootProperty {
uri?: string;
bufferView?: number;
mimeType?: string;
}
/**
* Interfaces from the KHR_lights_punctual extension

@@ -1013,0 +1031,0 @@ */

2

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