Socket
Socket
Sign inDemoInstall

mbs-importer-jps

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mbs-importer-jps - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

7

dist/MBSXMLImporter.js

@@ -68,4 +68,5 @@ "use strict";

let parser = new xml2js_1.default.Parser();
if (fs_1.default.existsSync(`${this.importPath}${fileName}`)) {
let data = fs_1.default.readFileSync(`${this.importPath}${fileName}`);
const importFile = `${this.importPath}${fileName}`;
if (fs_1.default.existsSync(importFile)) {
let data = fs_1.default.readFileSync(importFile);
if (data) {

@@ -212,3 +213,3 @@ parser.parseString(data, (err, result) => {

else {
resolve(0);
reject({ message: `${importFile} does not exist` });
}

@@ -215,0 +216,0 @@ });

{
"name": "mbs-importer-jps",
"version": "1.0.11",
"version": "1.0.12",
"description": "A patient management web application",

@@ -5,0 +5,0 @@ "main": "dist/MBSXMLImporter.js",

Sorry, the diff of this file is not supported yet

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