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

openbim-components

Package Overview
Dependencies
Maintainers
2
Versions
234
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openbim-components - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

cameras/orto-perspective-camera/navigation-modes/2d-plan-mode.d.ts

4

fragment/fragment-highlighter.d.ts

@@ -21,3 +21,7 @@ import { Material } from "three";

} | null;
/**
* Clears any selection previously made by calling {@link highlight}.
*/
clearSelection(): void;
private updateFragmentHighlight;
}

@@ -58,2 +58,9 @@ import { Matrix4 } from "three";

}
/**
* Clears any selection previously made by calling {@link highlight}.
*/
clearSelection() {
var _a;
(_a = this.selection) === null || _a === void 0 ? void 0 : _a.mesh.removeFromParent();
}
updateFragmentHighlight(fragment) {

@@ -60,0 +67,0 @@ for (const name in this.highlights) {

2

gis/mapbox-renderer.d.ts

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

getSize(): THREE.Vector2;
/** {@link Resizeable.resize} */
/** {@link Resizeable.resize}. Mapbox automatically handles this. */
resize(): void;

@@ -34,0 +34,0 @@ /** {@link Disposable.dispose} */

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

}
/** {@link Resizeable.resize} */
/** {@link Resizeable.resize}. Mapbox automatically handles this. */
resize() { }

@@ -53,0 +53,0 @@ /** {@link Disposable.dispose} */

{
"name": "openbim-components",
"main": "dist/index.js",
"version": "0.0.8",
"version": "0.0.9",
"packageManager": "yarn@3.2.1",

@@ -6,0 +6,0 @@ "scripts": {

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