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

ecg-dicom-web-viewer

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ecg-dicom-web-viewer - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

4

CHANGELOG.md

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

## [2.0.2](https://github.com/ArturRod/ecg-dicom-web-viewer) (2022-10-06)
**Note:** The DOMPurify library is implemented to prevent XSS attacks on data entry idView and nameView.
## [2.0.1](https://github.com/ArturRod/ecg-dicom-web-viewer) (2022-08-24)

@@ -8,0 +12,0 @@

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

/*! @license DOMPurify 2.4.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.0/LICENSE */
/*! dicom-parser - 1.8.12 - 2022-02-07 | (c) 2017 Chris Hafey | https://github.com/cornerstonejs/dicomParser */

11

package.json
{
"name": "ecg-dicom-web-viewer",
"version": "2.0.1",
"version": "2.0.2",
"author": "Arturo Rodrigo (https://github.com/ArturRod)",

@@ -32,13 +32,14 @@ "license": "MIT",

"dependencies": {
"dicom-parser": "^1.8.13"
"dicom-parser": "^1.8.13",
"dompurify": "^2.4.0"
},
"devDependencies": {
"css-loader": "^6.7.1",
"source-map-loader": "^4.0.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"css-loader": "^6.7.1",
"style-loader": "^3.3.1"
"webpack-cli": "^4.10.0"
}
}

Sorry, the diff of this file is too big to display

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