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

cornerstone-wado-image-loader

Package Overview
Dependencies
Maintainers
3
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cornerstone-wado-image-loader - npm Package Versions

1
8

2.2.3-testflag.1

Diff

dannyrb
published 2.2.3-testflag •

swederik
published 2.2.3 •

Changelog

Source

[2.2.3] - 2018-12-05

Added

  • Added default export named 'cornerstoneWADOImageLoader' to the module

Fixed

  • Switched 'module' in package.json to point to dist/cornerstoneWADOImageLoader.min.js
swederik
published 2.2.2 •

Changelog

Source

[2.2.2] - 2018-10-29

Fixed

  • fix(wado-rs): Fix broken case for getTransferSyntaxForContentType
swederik
published 2.2.1 •

Changelog

Source

[2.2.1] - 2018-10-27

Fixed

  • Fixed failing build due to missing babel-loader dependency
swederik
published 2.2.0 •

Changelog

Source

[2.2.0] - 2018-10-27

Added

  • feat(dev-server) Add webpack-dev-server and hot reloading for development (#211)
  • feat(content-type): Support WADO-RS in cases where transfer-syntax is not explicitly returned (#228)
  • feat(options.beforeSend): Add headers object and parameters to the beforeSend callback to simplify transfer-syntax specification (#227)

Changed

  • chore(devDependencies): Update all dev dependencies to latest versions

Fixed

  • Fixed failing build due to Webpack issue (thanks @jssuttles!)
  • fix(loadImage) Fix for custom loaders with WebWorkers (#213) (thanks @jgabrito!)
  • fix(pixelSpacing) Fix Pixel spacing is mistakenly being set to 1.0 / 1.0 (#215) (thanks @galelis!)
  • fix(tests): Fix test timeout for Lossy transfer syntax tests (thanks @maltempi)
swederik
published 2.1.4 •

Changelog

Source

[2.1.4] - 2018-07-11

Fixed

  • Bad NPM Publish was providing 2.1.2 under the 2.1.3 tag. This commit is only to note that problem.
swederik
published 2.1.3 •

Changelog

Source

[2.1.3] - 2018-07-11

Added

  • Allow specification of alternative loading schemes via options.loader (#166, thanks @adreyfus)

Changed

  • Removed 'render' property from the returned Image. This was done so that Cornerstone could decide which rendering function to use. Note You may have issues with this if you are using a new version of Cornerstone WADO Image Loader with an old version of Cornerstone.

  • Added dicomParser to 'external'. If you are using WADO Image Loader with a packaging system that uses modules, you may need to add:

    cornerstoneWADOImageLoader.external.dicomParser = dicomParser;
    

    If you are using WADO Image Loader and dicomParser with script tags, you shouldn't have any issues.

Fixed

  • Fixed an unguarded for-in loop which was causing issues with WADO-RS requests.
zaidsafadi
published 2.1.2 •

Changelog

Source

[2.1.2] - 2018-06-05

Fixed

  • Bugfix: Update calculateMinMax strict mode behavior, PR200 Fix #198 and #199.
  • Bugfix: Fix decoder jpeg lossy bug #203
  • Fix an issue in rawgit examples by adding a fallback to convolveTask.js that points directly to rawgit with absolute url. PR192
galelis
published 2.1.1 •

Changelog

Source

[2.1.1] - 2018-04-18

Fixed

  • Bugfix: Webworkers getting 'window undefined' but related to Webpack update
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