Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

qpp-measures-data

Package Overview
Dependencies
Maintainers
1
Versions
271
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 1.0.0-alpha.11 to 1.0.0-alpha.12

2

package.json
{
"name": "qpp-measures-data",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "Quality Payment Program Measures Data Repository",

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

@@ -70,11 +70,2 @@ const chai = require('chai');

it('properly handles the exclusion of certain submission methods', () => {
const shouldNotAcceptCmsWebInterface = measuresData.filter(
measure => ['001', '117'].includes(measure.measureId)
);
shouldNotAcceptCmsWebInterface.forEach(measure => {
assert.isFalse(measure.submissionMethods.includes('cmsWebInterface'));
});
});
describe('CAHPS measures', function() {

@@ -81,0 +72,0 @@ it('contains 12 correct CAHPS measures', function() {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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