
Research
npm Malware Targets Telegram Bot Developers with Persistent SSH Backdoors
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
@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.
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.
Research
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
Security News
pip, PDM, pip-audit, and the packaging library are already adding support for Python’s new lock file format.
Product
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.