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.1.0 to 0.1.1

8

bimobject.plugin.js

@@ -7,7 +7,7 @@ const BimObjectComponent = {

<button @click=getProducts>
<img src="https://unpkg.com/@bimdata/bimobject-viewer-plugin@0.1.0/icons/search-icon.svg" width="16" height="16" alt="picto search" />
<img src="https://unpkg.com/@bimdata/bimobject-viewer-plugin@0.1.1/icons/search-icon.svg" width="16" height="16" alt="picto search" />
</button>
<input type="text" v-model="searchText" :placeholder="$t('bimObjectPlugin.search')" @keyup.enter="getProducts">
<button @click=clear v-if="searchText !== ''">
<img src="https://unpkg.com/@bimdata/bimobject-viewer-plugin@0.1.0/icons/close-icon.svg" width="16" height="16" alt="picto close" />
<img src="https://unpkg.com/@bimdata/bimobject-viewer-plugin@0.1.1/icons/close-icon.svg" width="16" height="16" alt="picto close" />
</button>

@@ -32,3 +32,3 @@ </div>

<button @click="selected=null" class="btn-shadow">
<img src="https://unpkg.com/@bimdata/bimobject-viewer-plugin@0.1.0/icons/arrow-icon.svg" width="14" height="14" alt="picto go back" />
<img src="https://unpkg.com/@bimdata/bimobject-viewer-plugin@0.1.1/icons/arrow-icon.svg" width="14" height="14" alt="picto go back" />
{{ $t('bimObjectPlugin.goBack') }}

@@ -98,3 +98,3 @@ </button>

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

@@ -101,0 +101,0 @@ },

{
"name": "@bimdata/bimobject-viewer-plugin",
"version": "0.1.0",
"version": "0.1.1",
"description": "",

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

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