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

cornerstonetools-thresholdbrush

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cornerstonetools-thresholdbrush - npm Package Compare versions

Comparing version 1.0.7 to 1.0.9

2

package.json
{
"name": "cornerstonetools-thresholdbrush",
"version": "1.0.7",
"version": "1.0.9",
"description": "A brush tool that allows you to set a low and high threshold range in HU units while drawing segmentations.",

@@ -5,0 +5,0 @@ "main": "src/ThresholdBrushTool.js",

@@ -21,3 +21,4 @@ // This tool extends the default brush tool to allow for a threshold value to be set using hounsfield units with a low and high values. The threshold decides if the brush should paint the pixel or not.

export class ThresholdBrushTool extends BaseBrushTool {
module.exports = class ThresholdBrushTool extends BaseBrushTool {
constructor(props = {}) {

@@ -24,0 +25,0 @@ const defaultProps = {

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