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

@thatopen/components

Package Overview
Dependencies
Maintainers
0
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thatopen/components - npm Package Compare versions

Comparing version 2.3.18 to 2.3.19

dist/ifc/IfcIsolator/index.d.ts

2

dist/core/Components/index.d.ts

@@ -9,3 +9,3 @@ import { Component, Disposable, Event } from "../Types";

*/
static readonly release = "2.3.18";
static readonly release = "2.3.19";
/** {@link Disposable.onDisposed} */

@@ -12,0 +12,0 @@ readonly onDisposed: Event<void>;

@@ -153,3 +153,3 @@ import * as THREE from "three";

*/
go(transition?: boolean): Promise<void>;
go(world?: World, transition?: boolean): Promise<void>;
/**

@@ -166,3 +166,3 @@ * Updates the camera settings of the viewpoint based on the current world's camera and renderer.

*/
updateCamera(): void;
updateCamera(world?: World): void;
applyVisibility(): void;

@@ -169,0 +169,0 @@ /**

export * from "./IfcJsonExporter";
export * from "./IfcIsolator";
export * from "./IfcRelationsIndexer";

@@ -3,0 +4,0 @@ export * from "./IfcPropertiesManager";

@@ -10,3 +10,7 @@ import { Components } from "../../../core/Components";

*/
static default: Omit<BCFTopic, "guid" | "creationDate" | "creationAuthor">;
static default: Omit<Partial<BCFTopic> & {
title: string;
type: string;
status: string;
}, "guid" | "creationDate" | "creationAuthor">;
/**

@@ -13,0 +17,0 @@ * A unique identifier for the topic.

{
"name": "@thatopen/components",
"description": "Collection of core functionalities to author BIM apps.",
"version": "2.3.18",
"version": "2.3.19",
"author": "That Open Company",

@@ -6,0 +6,0 @@ "contributors": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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