Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@girder/dicom-viewer
Advanced tools
A Vue.js component for viewing DICOM items in Girder.
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
A Vue.js component for viewing DICOM items in Girder.
The npm package @girder/dicom-viewer receives a total of 4 weekly downloads. As such, @girder/dicom-viewer popularity was classified as not popular.
We found that @girder/dicom-viewer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.