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

@thatopen/components

Package Overview
Dependencies
Maintainers
2
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.4.0-alpha.20 to 2.4.0-alpha.21

7

dist/core/Types/src/component-with-ui.d.ts
import { Component } from "./component";
import { Configurator } from "../../ConfigManager";
export type ComponentUIElement = {

@@ -7,6 +8,6 @@ name: string;

componentID: string;
attributes: {
[name: string]: string;
get: () => {
element: HTMLElement;
config?: Configurator<any, any>;
};
get: () => HTMLElement;
};

@@ -13,0 +14,0 @@ export declare abstract class ComponentWithUI extends Component {

{
"name": "@thatopen/components",
"description": "Collection of core functionalities to author BIM apps.",
"version": "2.4.0-alpha.20",
"version": "2.4.0-alpha.21",
"author": "That Open Company",

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

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