New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cornerstone-tools

Package Overview
Dependencies
Maintainers
10
Versions
412
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cornerstone-tools - npm Package Compare versions

Comparing version 2.3.7 to 2.3.8

15

changelog.md

@@ -9,2 +9,17 @@ # Changelog

## [2.3.8] - 2018-07-12
### Added
- Added Webpack-web-server and hotReloader for development
- Added invert effect on mouse zoom (thanks @posegae)
- Added tool data docs page
- Added new tool Eraser that Erases marks from other tools (thanks @dlwire)
- Added Freehand Sculpter tool (#431) (thanks @JamesAPetts)
### Changed
- Changed more functions drawing.js being applied to the tools: path, drawLine, setShadow (thanks @timleslie)
### Fixed
- Fixed dragProbe touch issue (issue/390)
- Fixed paintbrush tool, Improvements to brush tool and example (issue/434) (thanks @JamesAPetts)
## [2.3.7] - 2018-07-05

@@ -11,0 +26,0 @@ ### Added

6

package.json
{
"name": "cornerstone-tools",
"version": "2.3.7",
"version": "2.3.8",
"description": "Medical imaging tools for the Cornerstone library",

@@ -33,2 +33,3 @@ "main": "./dist/cornerstoneTools.min.js",

"start": "npm run webpack",
"start:dev": "webpack-dev-server --config ./config/webpack/webpack-dev",
"test": "npm run test:chrome",

@@ -79,3 +80,4 @@ "test:watch": "karma start config/karma/karma-watch.js",

"webpack": "^4.9.1",
"webpack-cli": "^2.1.4"
"webpack-cli": "^2.1.4",
"webpack-dev-server": "^3.1.4"
},

@@ -82,0 +84,0 @@ "dependencies": {

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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