Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lunit/insight-viewer

Package Overview
Dependencies
Maintainers
8
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lunit/insight-viewer - npm Package Compare versions

Comparing version 6.0.0 to 6.1.0

2

package.json
{
"name": "@lunit/insight-viewer",
"version": "6.0.0",
"version": "6.1.0",
"description": "cornerstone 라이브러리를 기반으로 Dicom Image를 다루기 위한 여러 Component들을 제공한다.",

@@ -5,0 +5,0 @@ "peerDependencies": {

@@ -1,3 +0,3 @@

import type { Point, Annotation, Measurement } from '../../types';
import type { Point, Annotation, Measurement, EditMode } from '../../types';
export declare type EditPoints = [startX: number, startY: number, endX: number, endY: number];
export declare function getEditPointPosition(points: Point[], editTarget: Measurement | Annotation | null, drawingMode?: 'circle' | 'ruler'): EditPoints | null;
export declare function getEditPointPosition(points: Point[], editTarget: Measurement | Annotation | null, drawingMode?: 'circle' | 'ruler', editingMode?: EditMode | null, fixedPoints?: [Point, Point]): EditPoints | null;

Sorry, the diff of this file is not supported yet

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

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