Socket
Socket
Sign inDemoInstall

@cornerstonejs/codec-little-endian

Package Overview
Dependencies
Maintainers
9
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cornerstonejs/codec-little-endian - npm Package Compare versions

Comparing version 0.0.4 to 0.0.6

dist/index.js

12

CHANGELOG.md

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

## [0.0.6](https://github.com/cornerstonejs/codecs/compare/@cornerstonejs/codec-little-endian@0.0.4...@cornerstonejs/codec-little-endian@0.0.6) (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/cornerstonejs/codecs/commit/e4333ded24ed984a7541e2a00209425cd9e1bc93))
* **pencil:** packages build and dependecies review ([800bb1d](https://github.com/cornerstonejs/codecs/commit/800bb1d56f61c5968416a7b20aa1799b1429a9df))
## 0.0.4 (2021-02-15)

@@ -8,0 +20,0 @@

20

package.json
{
"name": "@cornerstonejs/codec-little-endian",
"version": "0.0.4",
"version": "0.0.6",
"description": "",
"main": "index.js",
"main": "dist/index.js",
"publishConfig": {

@@ -10,9 +10,19 @@ "access": "public"

"scripts": {
"build": "echo 'Nothing to build' && exit 0",
"build": "webpack --env production --config ./webpack.config.js",
"build:ci": "yarn run build",
"test": "echo \"Error: no test specified\" && exit 0"
"test": "echo \"Error: no test specified\" && exit 0",
"prepublishOnly": "yarn run build"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0",
"webpack": "^5.22.0",
"webpack-cli": "^4.5.0",
"webpack-merge": "^5.7.3"
},
"author": "",
"license": "ISC",
"gitHead": "306c1153a10060b07cdbcf6970b3ad968d58972c"
"gitHead": "72812fb70cc0aec235019c5357fcec424c666d0e"
}
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