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 0.7.4 to 0.7.5

dist/types/draco3d.d.ts

3

dist/khr-draco-mesh-compression/decoder.d.ts

@@ -1,2 +0,3 @@

import { TypedArray } from '@gltf-transform/core';
import { GLTF, TypedArray } from '@gltf-transform/core';
import { DRACO } from '../types/draco3d';
export declare let decoderModule: DRACO.DecoderModule;

@@ -3,0 +4,0 @@ export declare function decodeGeometry(decoder: DRACO.Decoder, arrayBuffer: ArrayBuffer): DRACO.Mesh;

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

@@ -24,3 +24,3 @@ "description": "Adds extension support to @gltf-transform/core",

"dependencies": {
"@gltf-transform/core": "^0.7.4"
"@gltf-transform/core": "^0.7.5"
},

@@ -33,3 +33,3 @@ "files": [

],
"gitHead": "391176e94c8a5e617e4b210920a9a936a45daaf0"
"gitHead": "f92b1eb22fd911e37688e646767bceb32efb4698"
}

@@ -1,2 +0,3 @@

import { TypedArray, TypedArrayConstructor } from '@gltf-transform/core';
import { GLTF, TypedArray, TypedArrayConstructor } from '@gltf-transform/core';
import { DRACO } from '../types/draco3d';

@@ -3,0 +4,0 @@ export let decoderModule: DRACO.DecoderModule;

import { Extension, GLB_BUFFER, PropertyType, ReaderContext, WriterContext } from '@gltf-transform/core';
import { KHR_DRACO_MESH_COMPRESSION } from '../constants';
import { DRACO } from '../types/draco3d';
import { decodeAttribute, decodeGeometry, decodeIndex, initDecoderModule } from './decoder';

@@ -4,0 +5,0 @@

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