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

@cornerstonejs/nifti-image-loader

Package Overview
Dependencies
Maintainers
12
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cornerstonejs/nifti-image-loader - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "@cornerstonejs/nifti-image-loader",
"version": "1.0.1",
"version": "1.0.2",
"description": "Cornerstone ImageLoader for NIfTI",

@@ -5,0 +5,0 @@ "keywords": [

@@ -7,2 +7,3 @@ # cornerstone-nifti-image-loader

## Running Locally
Use two terminals:

@@ -12,1 +13,31 @@ - `npm run webpack:watch` in one terminal

## Publish
This library uses `semantic-release` to publish packages. The syntax of commits against the `master` branch
determine how the new version calculated.
<table>
<tr>
<th>Example Commit</th>
<th>Release Type</th>
</tr>
<tr>
<td>fix(pencil): stop graphite breaking when too much pressure applied</td>
<td>Patch Release</td>
</tr>
<tr>
<td>feat(pencil): add 'graphiteWidth' option</td>
<td>Feature Release</td>
</tr>
<tr>
<td>
perf(pencil): remove graphiteWidth option<br />
<br />
BREAKING CHANGE: The graphiteWidth option has been removed.
The default graphite width of 10mm is always used for performance reasons.
</td>
<td>
Major Breaking Release
</td>
</tr>
</table>

@@ -1,1 +0,1 @@

export default '1.0.1';
export default '1.0.2';
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