New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fhir

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fhir - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

fhir.js

@@ -70,3 +70,3 @@ var xml2js = require('xml2js');

if (obj.resourceType == 'feed') {
delete obj.resourceType;
obj.resourceType = 'Bundle';
obj = xmlParser.PopulateBundle(obj, result[i]);

@@ -73,0 +73,0 @@ } else {

{
"name": "fhir",
"version": "1.0.5",
"version": "1.0.6",
"description": "Node.JS library for serializing/deserializing FHIR resources between JS/JSON and XML using various node.js XML libraries",

@@ -5,0 +5,0 @@ "readme": "README.md",

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