Socket
Socket
Sign inDemoInstall

@cornerstonejs/codec-charls

Package Overview
Dependencies
0
Maintainers
9
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.2.0

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

# [0.2.0](https://github.com/chafey/charls-js/compare/@cornerstonejs/codec-charls@0.1.1...@cornerstonejs/codec-charls@0.2.0) (2022-02-09)
### Bug Fixes
* **pencil:** fix dicom-decode to properly wrapper codecs: openjpeg, charls and partial done for: jpeg8bit, jpeg12bit, littleEndian, bigEndian ([e4333de](https://github.com/chafey/charls-js/commit/e4333ded24ed984a7541e2a00209425cd9e1bc93))
### Features
* **fix:** Code review. Minor changes only ([98393a1](https://github.com/chafey/charls-js/commit/98393a1e505d652df25b868564ff28111c2bae6a))
## [0.1.1](https://github.com/chafey/charls-js/compare/@cornerstonejs/codec-charls@0.1.0...@cornerstonejs/codec-charls@0.1.1) (2021-08-26)

@@ -8,0 +24,0 @@

15

package.json
{
"name": "@cornerstonejs/codec-charls",
"version": "0.1.1",
"version": "0.2.0",
"description": "WASM Build of CharLS",

@@ -14,2 +14,13 @@ "main": "dist/charlsjs.js",

],
"engines": {
"node": ">=0.14"
},
"exports": {
".": "./dist/charlsjs.js",
"./wasm": "./dist/charlswasm.wasm",
"./wasmjs": "./dist/charlswasm.js",
"./decode": "./dist/charlsjs_decode.js",
"./decodewasm": "./dist/charlswasm_decode.wasm",
"./decodewasmjs": "./dist/charlswasm_decode.js"
},
"directories": {

@@ -42,3 +53,3 @@ "test": "test"

"homepage": "https://github.com/chafey/charls-js#readme",
"gitHead": "3570ad1504456bb8cb1db454e42633e535f2a06a"
"gitHead": "72812fb70cc0aec235019c5357fcec424c666d0e"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc