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

fhirball

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fhirball - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

3

lib/Router/index.js

@@ -17,2 +17,3 @@ var express = require('express');

options['content-type'] = options['content-type'] || DEFAULT_CONTENT_TYPE;
options['maxBodySize'] = options['maxBodySize'] || '512kb';

@@ -23,3 +24,3 @@ var schemaFactory = new SchemaFactory();

var api = express.Router();
var jsonParser = bodyParser.json({type: options['content-type']});
var jsonParser = bodyParser.json({type: options['content-type'], limit: options['maxBodySize']});
api.use(jsonParser);

@@ -26,0 +27,0 @@ if (options.middleware && Array.isArray(options.middleware)) {

{
"name": "fhirball",
"version": "0.0.15",
"version": "0.0.16",
"description": "An Express router for a nodejs+MongoDB FHIR server",
"keywords": [
"FHIR",
"DSTU2",
"json",

@@ -8,0 +9,0 @@ "express",

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