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
192
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 2.4.7 to 3.0.0-alpha.0

2

dist/khr-lights-punctual/light.d.ts

@@ -11,3 +11,3 @@ import { ExtensionProperty, IProperty, Nullable, PropertyType, vec3 } from '@gltf-transform/core';

}
declare type PunctualLightType = 'point' | 'spot' | 'directional';
type PunctualLightType = 'point' | 'spot' | 'directional';
/**

@@ -14,0 +14,0 @@ * # Light

import { Nullable, PropertyType, ExtensionProperty, IProperty } from '@gltf-transform/core';
import { KHR_XMP_JSON_LD } from '../constants';
declare type Term = string;
declare type TermDefinition = string | Record<string, string>;
declare type Value = string | number | boolean;
type Term = string;
type TermDefinition = string | Record<string, string>;
type Value = string | number | boolean;
declare const PARENT_TYPES: PropertyType[];

@@ -7,0 +7,0 @@ interface IPacket extends IProperty {

{
"name": "@gltf-transform/extensions",
"version": "2.4.7",
"version": "3.0.0-alpha.0",
"repository": "github:donmccurdy/glTF-Transform",

@@ -32,3 +32,3 @@ "homepage": "https://gltf-transform.donmccurdy.com/extensions.html",

"dependencies": {
"@gltf-transform/core": "^2.4.7",
"@gltf-transform/core": "^3.0.0-alpha.0",
"ktx-parse": "^0.4.5"

@@ -42,3 +42,3 @@ },

],
"gitHead": "1c1eff396a04c4dc5959bebb1da0ecefd0f96a52"
"gitHead": "381ba367afd6179de695be1e4a771b337ccdabad"
}
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