New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@radicalimaging/cs3d

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@radicalimaging/cs3d

Cornerstone3D CLI Utilities

Source
npmnpm
Version
1.6.8
Version published
Maintainers
3
Created
Source

@radicalimaging/static-cs-lite

Lite and simplified version of cornerstone package which allows simulating server rendering. It uses JSDOM to support cornerstone to use server rendering approach. The sandbox configuration MUST be revisited for each new cornerstone integration.

Pre-requisites

View root pre-requisites section pre-requisites

Development

View root development section development

Usage

const staticCsLite = require('@radicalimaging/static-cs-lite');

...
const doneCallback = (imageBuffer) => {
  // write on disk imageBuffer (thumbnail)
}
// simulate image rendering on server side
staticCsLite.simulateRendering(transferSyntaxUid,
  decodedPixelData,
  rawDataset,
  doneCallback)

Keywords

Cornerstone server side

FAQs

Package last updated on 20 Jun 2025

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