Socket
Socket
Sign inDemoInstall

@asymmetrik/fhir-json-schema-validator

Package Overview
Dependencies
6
Maintainers
8
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.3 to 0.9.4

coverage/coverage-final.json

4

index.js

@@ -54,3 +54,5 @@ const Ajv = require('ajv');

} else {
let resourceValidate = this.ajv.compile(this.getSubSchema(resourceType));
let resourceValidate = this.ajv.compile(
this.getSubSchema(resourceType),
);
resourceValidate(resource);

@@ -57,0 +59,0 @@ errors = resourceValidate.errors;

{
"name": "@asymmetrik/fhir-json-schema-validator",
"version": "0.9.3",
"version": "0.9.4",
"description": "FHIR json schema validator",

@@ -35,3 +35,3 @@ "main": "index.js",

},
"gitHead": "0dc5b714502ba4b1f1d002f341d6b235e8bbf9bc"
"gitHead": "acfd4381764a96c77ba5a5d27c2239059d476267"
}
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