Socket
Socket
Sign inDemoInstall

@bimdata/bimobject-viewer-plugin

Package Overview
Dependencies
Maintainers
4
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bimdata/bimobject-viewer-plugin - npm Package Compare versions

Comparing version 0.0.5 to 0.0.7

bimobject.css

10

bimobject.plugin.js

@@ -67,3 +67,3 @@ const BimObjectComponent = {

},
created() {
beforeCreate() {
// Inject CSS

@@ -74,3 +74,3 @@ var head = document.getElementsByTagName('HEAD')[0];

link.type = 'text/css';
link.href = this.bimobject_url + '/bimobject.css';
link.href = 'https://unpkg.com/@bimdata/bimobject-viewer-plugin@0.0.7/bimobject.css';
head.appendChild(link);

@@ -124,2 +124,5 @@ },

async setPropertiesToSelectecObjects(selectedObjectIds) {
if (this.propertySets.length === 0) {
return;
}
const loadedIfc = this.$utils.getSelectedIfcs()[0]

@@ -146,2 +149,5 @@ const apiClient = new this.$bimdataApiClient.IfcApi();

async setClassificationsToSelectecObjects(selectedObjectIds) {
if (this.classifications.length === 0) {
return;
}
const loadedIfc = this.$utils.getSelectedIfcs()[0]

@@ -148,0 +154,0 @@ const collaborationApi = new this.$bimdataApiClient.CollaborationApi();

2

package.json
{
"name": "@bimdata/bimobject-viewer-plugin",
"version": "0.0.5",
"version": "0.0.7",
"description": "",

@@ -5,0 +5,0 @@ "main": "bimobject.plugin.js",

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