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.5 to 1.4.6

56

draco3d/index.d.ts

@@ -189,9 +189,51 @@ // Type definitions for draco3d 1.4

export interface PointCloudBuilder {
AddFloatAttribute(pointCloud: PointCloud, attribute: number, count: number, itemSize: number, array: TypedArray): number;
AddInt8Attribute(pointCloud: PointCloud, attribute: number, count: number, itemSize: number, array: TypedArray): number;
AddUInt8Attribute(pointCloud: PointCloud, attribute: number, count: number, itemSize: number, array: TypedArray): number;
AddInt16Attribute(pointCloud: PointCloud, attribute: number, count: number, itemSize: number, array: TypedArray): number;
AddUInt16Attribute(pointCloud: PointCloud, attribute: number, count: number, itemSize: number, array: TypedArray): number;
AddInt32Attribute(pointCloud: PointCloud, attribute: number, count: number, itemSize: number, array: TypedArray): number;
AddUInt32Attribute(pointCloud: PointCloud, attribute: number, count: number, itemSize: number, array: TypedArray): number;
AddFloatAttribute(
pointCloud: PointCloud,
attribute: number,
count: number,
itemSize: number,
array: TypedArray,
): number;
AddInt8Attribute(
pointCloud: PointCloud,
attribute: number,
count: number,
itemSize: number,
array: TypedArray,
): number;
AddUInt8Attribute(
pointCloud: PointCloud,
attribute: number,
count: number,
itemSize: number,
array: TypedArray,
): number;
AddInt16Attribute(
pointCloud: PointCloud,
attribute: number,
count: number,
itemSize: number,
array: TypedArray,
): number;
AddUInt16Attribute(
pointCloud: PointCloud,
attribute: number,
count: number,
itemSize: number,
array: TypedArray,
): number;
AddInt32Attribute(
pointCloud: PointCloud,
attribute: number,
count: number,
itemSize: number,
array: TypedArray,
): number;
AddUInt32Attribute(
pointCloud: PointCloud,
attribute: number,
count: number,
itemSize: number,
array: TypedArray,
): number;
}

@@ -198,0 +240,0 @@

4

draco3d/package.json
{
"name": "@types/draco3d",
"version": "1.4.5",
"version": "1.4.6",
"description": "TypeScript definitions for draco3d",

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

"dependencies": {},
"typesPublisherContentHash": "1dfab0c4aea096481b3f5c9a0af8f8fad8e84a06f0a8c1c97c1685b4641d312c",
"typesPublisherContentHash": "3466490cb4c0509813e84a6667223e20730769e1e9aea4b03ce8c8390813cf37",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Fri, 22 Sep 2023 20:29:40 GMT
* Last updated: Wed, 27 Sep 2023 20:35:06 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