Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
cornerstone-tools
Advanced tools
cornerstoneTools is a library built on top of cornerstone that provides a set of common tools needed in medical imaging to work with images and stacks of images.
View the live examples to see this library in action!
View the simple image viewer built on cornerstone.
Have questions? Try posting on our google groups forum.
**Project Status: Alpha (Stable) **
NOTE: Project is currently under active development - functionality is not complete, bugs exist, APIs will change and documentation is missing or not correct. The implemented functionality is considered relatively stable.
Make sure to visit the wiki for more information.
Get a packaged source file:
Or install via Bower:
bower install cornerstoneTools
See the live examples and wiki for documentation on how to use this library
New: Specify the cornerstone, jQuery, and Hammer.js instances you want to use the library with.
cornerstoneTools.externals.cornerstone = cornerstone;
cornerstoneTools.externals.$ = $;
cornerstoneTools.externals.Hammer = Hammer;
TODO
This project uses webpack to build the software.
NodeJs - click to visit web site for installation instructions.
Update dependencies (after each pull):
npm install
Running the build:
npm start
Automatically running the build and unit tests after each source change:
npm run watch
Copyright 2015 Chris Hafey chafey@gmail.com
Version 1.0.0
The solution for this is to inject your Cornerstone / jQuery / Hammers instance into Cornerstone Tools as follows:
cornerstoneTools.external.$ = $;
cornerstoneTools.external.Hammer = Hammer;
cornerstoneTools.external.cornerstone = cornerstone;
An example commit doing this in the OHIF Viewer Meteor application is here: https://github.com/OHIF/Viewers/commit/012bba44806d0fb9bb60af329c4875e7f6b751e0#diff-d9ccd906dfc48b4589d720766fe14715R25
We apologize for any headaches that the breaking change 0.10.0 may have caused for those using module systems.
FAQs
Medical imaging tools for the Cornerstone library
The npm package cornerstone-tools receives a total of 5,040 weekly downloads. As such, cornerstone-tools popularity was classified as popular.
We found that cornerstone-tools demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.