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

cornerstone-tools

Package Overview
Dependencies
Maintainers
8
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.0 to 2.3.1

18

changelog.md

@@ -8,5 +8,23 @@ # Changelog

## [Unreleased]
## [2.3.1] - 2018-04-11
### Fixed
- fix(visibility) Make tools' visible property actually change their visibility
- Prevent crosshairs tool from throwing an exception when no imagePlaneModule metadata is present (now it fails gracefully) (thanks @fegemo!)
### Removed
- Removed unused karma.conf.js file
## [2.3.0] - 2018-04-11
### Added
- Added an [example for the scale overlay tool](https://rawgit.com/cornerstonejs/cornerstoneTools/master/examples/scaleOverlayTool/index.html) (thanks @evren217)
### Changed
- Improved Magnifying glass tool to display full resolution image (thanks @diego0020!)
- Switch from PhantomJS to ChromeHeadless for tests
- Updated to Webpack 4
### Fixed
- Adding a request now wakes up the requestPoolManager. (thanks @adreyfus!)
## [2.2.0] - 2018-04-02

@@ -13,0 +31,0 @@ ### Added

20

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

@@ -47,12 +47,12 @@ "main": "./dist/cornerstoneTools.min.js",

"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"chai": "^4.1.2",
"cornerstone-core": "^2.1.0",
"cornerstone-core": "^2.2.0",
"coveralls": "^3.0.0",
"docdash": "^0.4.0",
"documentation": "^6.1.0",
"eslint": "^4.17.0",
"documentation": "^6.2.0",
"eslint": "^4.19.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-import": "^2.11.0",
"fs-extra": "^5.0.0",

@@ -65,3 +65,3 @@ "gitbook-plugin-edit-link": "^2.0.2",

"istanbul": "^0.4.5",
"istanbul-instrumenter-loader": "^3.0.0",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^2.0.0",

@@ -74,9 +74,9 @@ "karma-chrome-launcher": "^2.2.0",

"lodash": "^4.17.5",
"mocha": "^5.0.1",
"mocha": "^5.1.0",
"opn-cli": "^3.1.0",
"puppeteer": "^1.2.0",
"puppeteer": "^1.3.0",
"shx": "^0.2.2",
"uglifyjs-webpack-plugin": "^1.2.4",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.13"
"webpack-cli": "^2.0.14"
},

@@ -83,0 +83,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