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

openbim-backend-components

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openbim-backend-components - npm Package Compare versions

Comparing version 1.1.33 to 1.1.34

3

fragments/FragmentIfcStreamer/index.d.ts

@@ -22,3 +22,4 @@ import * as FRAG from "bim-fragment";

export type FragmentsGroupStreamCallback = (buffer: Uint8Array) => Promise<void>;
export declare function streamIfcBufferToFragments(loadCallback: ModelLoadCallback, onGeometriesStreamed: GeometriesStreamCallback, onAssetsStreamed: AssetsStreamCallback, onFragmentsGroupStreamed: FragmentsGroupStreamCallback, settings?: {
export type ProgressCallback = (value: number) => Promise<void>;
export declare function streamIfcBufferToFragments(loadCallback: ModelLoadCallback, onGeometriesStreamed: GeometriesStreamCallback, onAssetsStreamed: AssetsStreamCallback, onFragmentsGroupStreamed: FragmentsGroupStreamCallback, onProgress: ProgressCallback, settings?: {
stream?: FragmentIfcStreamingSettings;

@@ -25,0 +26,0 @@ parser?: LoaderSettings;

import { LoaderSettings, ModelLoadCallback } from "web-ifc";
import { ProgressCallback } from "../FragmentIfcStreamer";
export type PropertiesStreamingSettings = {

@@ -9,5 +10,5 @@ propertiesSize: number;

export type IndicesStreamedCallback = (data: number[][]) => Promise<void>;
export declare function streamProperties(loadCallback: ModelLoadCallback, onPropertiesStreamed: PropertiesStreamedCallback, onIndicesStreamed: IndicesStreamedCallback, settings?: {
export declare function streamProperties(loadCallback: ModelLoadCallback, onPropertiesStreamed: PropertiesStreamedCallback, onIndicesStreamed: IndicesStreamedCallback, onProgress: ProgressCallback, settings?: {
stream?: PropertiesStreamingSettings;
parser?: LoaderSettings;
}): Promise<void>;
{
"name": "openbim-backend-components",
"version": "1.1.33",
"version": "1.1.34",
"main": "index.js",

@@ -38,3 +38,3 @@ "author": "antonio gonzalez viegas",

"bim-fragment": "1.3.17",
"openbim-components": "1.4.0-alpha.15",
"openbim-components": "1.4.0-alpha.16",
"three": "0.160.1",

@@ -41,0 +41,0 @@ "web-ifc": "0.0.51"

Sorry, the diff of this file is too big to display

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