Socket
Socket
Sign inDemoInstall

itk-viewer-bootstrap-ui

Package Overview
Dependencies
Maintainers
3
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

itk-viewer-bootstrap-ui - npm Package Compare versions

Comparing version 0.11.2 to 0.11.3

2

package.json
{
"name": "itk-viewer-bootstrap-ui",
"version": "0.11.2",
"version": "0.11.3",
"scripts": {

@@ -5,0 +5,0 @@ "dev": "vite",

@@ -15,10 +15,12 @@ import React from 'react'

<div className="sidePanel">
<AppToolbar service={service} />
<Panel service={service}>
<MainInterface />
<LayersInterface />
<WidgetsInterface />
<ImagesInterface />
<PointSetInterface />
</Panel>
<div className="interactive-root">
<AppToolbar service={service} />
<Panel service={service}>
<MainInterface />
<LayersInterface />
<WidgetsInterface />
<ImagesInterface />
<PointSetInterface />
</Panel>
</div>
</div>

@@ -25,0 +27,0 @@

@@ -20,3 +20,3 @@ import React, { useEffect, useRef } from 'react'

return (
<div ref={uiPanel} className="root">
<div ref={uiPanel}>
<Collapse in={!uiCollapsed}>

@@ -23,0 +23,0 @@ <Container fluid>

Sorry, the diff of this file is too big to display

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