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

qpp-measures-data

Package Overview
Dependencies
Maintainers
1
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qpp-measures-data - npm Package Compare versions

Comparing version 0.0.37 to 0.0.38

clinical-clusters/clinical-clusters-schema.yaml

17

index.js

@@ -48,1 +48,18 @@ // Libraries

};
/**
* @return {Array<ClinicalCluster>}
*/
exports.getClinicalClusterData = function() {
return JSON.parse(
fs.readFileSync(path.join(__dirname, 'clinical-clusters', 'clinical-clusters.json')));
};
/**
* @return {{}} - Object representation of the Clinical Cluster Schema
*/
exports.getClinicalClusterSchema = function() {
return YAML.load(path.join(__dirname, 'clinical-clusters', 'clinical-clusters-schema.yaml'));
};

2

package.json
{
"name": "qpp-measures-data",
"version": "0.0.37",
"version": "0.0.38",
"description": "Quality Payment Program Measures Data Repository",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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