New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@girder/dicom-viewer

Package Overview
Dependencies
Maintainers
6
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@girder/dicom-viewer

A Vue.js component for viewing DICOM items in Girder.

  • 1.1.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-46.15%
Maintainers
6
Weekly downloads
 
Created
Source

DICOM Vuer

A Vue.js component for viewing DICOM items in Girder.

Usage

The vuetify and @girder/components npm packages are expected in your downstream environment. Vuetify is expected to be installed in the Vue environment at runtime, and girderRest must be injected into this component, and the easiest way to do that is to inject a RestClient instance. However, you could pass any axios instance that is properly configured to communicate with the API. If you do the latter, you do not need to install @girder/components as a peer dependency.

<script>
import GirderDicomViewer from '@girder/dicom-viewer';

export default {
  components: { GirderDicomViewer },
  data: () => ({
    files: [],
  }),
}
</script>

<template>
v-app
  girder-dicom-viewer(:files="files")
</template>

FAQs

Package last updated on 14 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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