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

@lunit/insight-viewer

Package Overview
Dependencies
Maintainers
7
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 Versions

23
13

7.2.2

Diff

takhyunkim
published 7.2.1 •

takhyunkim
published 7.2.0 •

takhyunkim
published 7.1.1 •

Changelog

Source

7.1.1 (2023-10-16)

Features

  • viewer: apply data attribute to AnnotationViewer (4984f2b)
  • viewer: apply template literal type validation to data attr (29b74fb)
takhyunkim
published 7.1.0 •

Changelog

Source

7.1.0 (2023-10-16)

Features

  • viewer: add annotation types about point (5b90936)
  • viewer: add point text position spacing and apply to point logic (8d57c2c)
  • viewer: add PointViewer and Drawer components (cf41f46)
  • viewer: apply Point Annotation logic to annotation CRUD functions (4f4810a)
  • viewer: apply PointViewer, Drawer to Annotation Viewer, Drawer (47c205b)

Bug Fixes

  • viewer: apply addedTargetAnnotation when onChange running (8f3244c)
  • viewer: modify className of Point Drawer, Viewer text tag (5d01cb8)
  • viewer: modify transform of Point path (3f9eca9)
takhyunkim
published 7.0.1 •

Changelog

Source

7.0.1 (2023-06-26)

Features

  • viewer add homepage info to package.json (f4d0d07)
  • viewer update README (34dc7ae)
  • viewer add author, keyword, repo, license info to package.json (db681e0)
  • viewer add build, publish script for build and publish (b8389ce)
takhyunkim
published 7.0.0 •

Changelog

Source

7.0.0 (2023-06-22)

Features

  • dev: add ruler, area radio to Annotation Drawer (da97c62)
  • dev: apply default scale option to interaction handler (60d06e5)
  • dev: apply reset empty array logic when constant value is false (ff055f6)
  • dev: delete unused combined-overlay page to dev docs (16251d8)
  • docs: add arrow line mode (b467663)
  • docs: add set initial Annotation Switch to Viewer (f517164)
  • docs: add word description to useViewport RFC docs (c2b316b)
  • docs: apply default mouse wheel interaction to Renewal tab (9ad89f1)
  • docs: apply renewal useViewport hook to Annotation docs (99b9d22)
  • docs: apply renewal useViewport hook to Interaction docs (6dcc51d)
  • docs: apply renewal useViewport hook to Measurement docs (de855b7)
  • docs: apply renewal useViewport hook to multi frame viewport docs (2654854)
  • docs: apply renewal useViewport hook to Overlay docs (103b589)
  • docs: apply renewal useViewport hook to Reset viewport docs (002a3f0)
  • docs: apply Renewal useViewport hook to Viewport docs (92ff2fd)
  • docs: apply renewal useViewport to Heatmap, Contour docs (9304103)
  • docs: apply useInteraction hook to image2 docs (2c91da3)
  • docs: delete remove logic to Annotation, Measurement Viewer docs (eab3706)
  • docs: remove contents of fit scale option to useViewport RFC doc (80567f9)
  • docs: update BASE_CODE of Renewal Interaction (f0ab702)
  • docs: update useViewport example code and current diagram image (9bc7d14)
  • root: delete disabled set env command in github action (61c917c)
  • viewer: add Annotation type Viewer and Drawer (5e8232a)
  • viewer: add Annotation, DrawableAnnotation type (af148e9)
  • viewer: add AnnotationDrawer and AnnotationViewer Component (91cfbe4)
  • viewer: add AnnotationOverlay Component and export component, type (bfb93af)
  • viewer: add ClickAction type to Annotation (15d5bad)
  • viewer: add default scale interaction handler (632a812)
  • viewer: add export Annotation, DrawableAnnotation type code (15ddbce)
  • viewer: add exporting Viewport types in viewport library (a0f9060)
  • viewer: add getCursorStatus function and apply to EditPointer (4ecb7f0)
  • viewer: add isLagacyViewport, apply deprecated to useViewport hook (c097c3e)
  • viewer: add MeasurableAnnotationBase interface (4de67bf)
  • viewer: add mouse leave observable and apply to takeUntil (4b9e361)
  • viewer: add multi frame viewport handling logic to useViewport (ef2fc12)
  • viewer: add onChange prop to AnnotationOverlay (c92e6e4)
  • viewer: add process conditional statements using isLegacyViewport (7cc19d5)
  • viewer: add text move validation logic to AnnotationDrawer (8be0aa9)
  • viewer: add type of mouse wheel handler (024bb98)
  • viewer: add Typing component to Annotation directory (0d6b3bb)
  • viewer: add useAnnotation hook and util function (b4c02f6)
  • viewer: add useAnnotationEvent hook (641223b)
  • viewer: add useCreatingAnnotation, DrawableAnnotation hooks (de3b29d)
  • viewer: add useEditMode hook (560ba73)
  • viewer: add useRenewalViewport hook (d8bc37d)
  • viewer: add useRenewalViewport hook example docs to Interaction (53d5960)
  • viewer: add useViewport RFC docs (a3f2539)
  • viewer: add util function of annotation drawing (baaf5ef)
  • viewer: add validateAnnotation util function (bf3f540)
  • viewer: add viewerRef prop to InsightViewer (698297e)
  • viewer: apply default mouse wheel scale function to hook (d146145)
  • viewer: apply early return when addedTargetAnnotation is null (4bd5f23)
  • viewer: apply early return when removedTargetAnnotation is null (2413c38)
  • viewer: apply isLegacyViewport to scale validation (36831e8)
  • viewer: apply mouseleave to taskUntil (d9cc5a4)
  • viewer: apply optional parameter to select, hover (916f5a8)
  • viewer: apply stopPropagation when drag mousedown event (38cc97a)
  • viewer: apply useCallback to handleViewportChange, resetViewport (b2acbf1)
  • viewer: delete optional rendering AnnotationDrawer (15e1ba6)
  • viewer: deprecate lineHead type and hasArrowHead type (1baa3dc)
  • viewer: modify image, element optional type to add undefined type (3b5500e)
  • viewer: support arrow line mode (dbed105)

Bug Fixes

  • dev: apply modified onHover naming to dev docs (d2e68c3)
  • dev: delete unused comment to measurement dev docs (1db3710)
  • dev: delete unused lineHeadMode code to Annotation dev docs (0a09c7c)
  • dev: delete unused measurement dev docs page (59cb3ac)
  • dev: delete unused measurement viewer docs and tabs (6dca1d4)
  • dev: delete unused useRef hook and viewer Ref (23cee0a)
  • dev: delete version 2 example code (345f03a)
  • dev: modify remove all button text to reset (171bf0c)
  • dev: modify useViewport hook parameter value to viewerRef (45ae6f6)
  • docs: apply modified onMouseOver props naming to AnnotationOverlay (0e58437)
  • docs: apply to renewal-tab className to Renewal Interaction tab (150c393)
  • docs: delete lineHeadMode code to combinedOverlay docs (7c94450)
  • docs: modify element to annotation of combine Overlay docs (9e20969)
  • docs: modify import CUSTOM_CODE to BASE_CODE of interaction (85327d5)
  • docs: modify viewport to Annotation of Combined overlay docs (3e1fed0)
  • docs: rename combine to combined (15ad662)
  • root: apply changed area type to measurement testing code (15b6b40)
  • root: delete coverage test, check job to unit test github action (dd69236)
  • root: modify architecture problem comment (b5462aa)
  • root: update table header td tag to th tag (d464f23)
  • root: update unit test github action (5b66405)
  • viewer: add dependencies of subpath module manually (60bca7c)
  • viewer: apply modified mock polygon format to unit test code (90b2247)
  • viewer: apply to isLegacyViewport true value when reset click (783174e)
  • viewer: change conditional logic to drawing event early return (1725812)
  • viewer: constant validated annotation to addedTargetAnnotation (f845093)
  • viewer: delete AnnotationOverlay return type (1472645)
  • viewer: delete circle type code to getAnnotationPoints (d05b202)
  • viewer: delete console log (1bd5bc5)
  • viewer: delete unused className code to RulerViewer (3c8a5f6)
  • viewer: delete unused isEditing prop to AnnotationViewer (786f97f)
  • viewer: delete unused lineHeadMode prop and type (31daebd)
  • viewer: delete useInteraction hook logic to Image2 docs (88ca284)
  • viewer: modify AnnotationOverlay file name to index (49a9819)
  • viewer: modify drag interaction mouse up move event area to element (20c6e86)
  • viewer: modify element parameter to viewerRef (43ccf58)
  • viewer: modify onHover, onClick parameter naming to annotation (b32e3ff)
  • viewer: rename element to annotation of AnnotationViewer Component (6398992)
  • viewer: rename event handler hook naming handle to on (010a3fd)
  • viewer: rename useAnnotationEvent to useMouseEvent (62cb379)
  • viewer: revert event target dom element to document (1dd5189)
  • viewer: use "jsx": "react" for esm support (6169457)
takhyunkim
published 6.1.3 •

takhyunkim
published 6.2.1 •

Changelog

Source

6.2.1 (2022-12-06)

Features

  • viewer: add mouse left key validation logic to mouse down event (cc0827d)

Bug Fixes

  • viewer: add event button conditional logic to move, up event (043fad9)
  • viewer: delete event witch conditional (79feb71)
takhyunkim
published 6.2.0 •

Changelog

Source

6.2.0 (2022-11-14)

Features

  • docs, e2e: add INITIAL_POLYGON_ANNOTATIONS mock (c10c5ad)
  • docs: add resetAnnotation (400844d)
  • docs: add shortkeys in drawing page (e3f6145)
  • viewer: add resetAnnotation (c6c66e1)
  • viewer: block click and hover when isDrawing = false (db53759)
  • viewer: unselect annotation when isDrawing is going false (b2192fe)

Bug Fixes

  • docs: add INSIGHT Viewer text to version field (a329523)
  • docs: add prefix specific number to RFC doc (7f37edd)
23
13
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