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

@types/draco3d

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/draco3d - npm Package Compare versions

Comparing version 1.4.4 to 1.4.5

28

draco3d/index.d.ts

@@ -13,11 +13,11 @@ // Type definitions for draco3d 1.4

export interface BaseModule {
Mesh: new () => Mesh;
Mesh: new() => Mesh;
DracoFloat32Array: new () => DracoFloat32Array;
DracoInt8Array: new () => DracoInt8Array;
DracoInt16Array: new () => DracoInt16Array;
DracoInt32Array: new () => DracoInt32Array;
DracoUInt8Array: new () => DracoUInt8Array;
DracoUInt16Array: new () => DracoUInt16Array;
DracoUInt32Array: new () => DracoUInt32Array;
DracoFloat32Array: new() => DracoFloat32Array;
DracoInt8Array: new() => DracoInt8Array;
DracoInt16Array: new() => DracoInt16Array;
DracoInt32Array: new() => DracoInt32Array;
DracoUInt8Array: new() => DracoUInt8Array;
DracoUInt16Array: new() => DracoUInt16Array;
DracoUInt32Array: new() => DracoUInt32Array;

@@ -46,5 +46,5 @@ POSITION: GeometryAttributeType;

export interface EncoderModule extends BaseModule {
Encoder: new () => Encoder;
ExpertEncoder: new (pc: PointCloud) => ExpertEncoder;
MeshBuilder: new () => MeshBuilder;
Encoder: new() => Encoder;
ExpertEncoder: new(pc: PointCloud) => ExpertEncoder;
MeshBuilder: new() => MeshBuilder;

@@ -63,5 +63,5 @@ MESH_SEQUENTIAL_ENCODING: number;

export interface DecoderModule extends BaseModule {
Decoder: new () => Decoder;
DecoderBuffer: new () => DecoderBuffer;
PointCloud: new () => PointCloud;
Decoder: new() => Decoder;
DecoderBuffer: new() => DecoderBuffer;
PointCloud: new() => PointCloud;

@@ -68,0 +68,0 @@ // GeometryType.

{
"name": "@types/draco3d",
"version": "1.4.4",
"version": "1.4.5",
"description": "TypeScript definitions for draco3d",

@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/draco3d",

"dependencies": {},
"typesPublisherContentHash": "e7ddcce87b4b4539d3dc181d7d4bb05a80095471f4c68bb32355ac79c0d79f03",
"typesPublisherContentHash": "1dfab0c4aea096481b3f5c9a0af8f8fad8e84a06f0a8c1c97c1685b4641d312c",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 18 Sep 2023 23:05:57 GMT
* Last updated: Fri, 22 Sep 2023 20:29:40 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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