Socket
Socket
Sign inDemoInstall

@orionmd/dcmjs-utils

Package Overview
Dependencies
11
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.3 to 1.2.4

2

package.json
{
"name": "@orionmd/dcmjs-utils",
"version": "1.2.3",
"version": "1.2.4",
"main": "index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -13,2 +13,3 @@ /**

const readFile = util.promisify(fs.readFile);
const writeFile = util.promisify(fs.writeFile);

@@ -29,5 +30,5 @@ async function fix(options = {}) {

// fs.writeFileSync(outputPath, buffer);
fs.writeFileSync(outputPath, Buffer.from(dicomData.write()));
return writeFile(outputPath, Buffer.from(dicomData.write({ fragmentMultiframe: false })));
}
module.exports = fix;
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