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 1.0.0-alpha.3 to 1.0.0-alpha.4

40

benchmarks/2017.json

@@ -60,2 +60,3 @@ [

0,
0,
100,

@@ -67,3 +68,2 @@ 100,

100,
100,
100

@@ -844,2 +844,3 @@ ]

0,
0,
100,

@@ -851,3 +852,2 @@ 100,

100,
100,
100

@@ -914,2 +914,3 @@ ]

0,
0,
100,

@@ -921,3 +922,2 @@ 100,

100,
100,
100

@@ -950,2 +950,3 @@ ]

0,
0,
100,

@@ -957,3 +958,2 @@ 100,

100,
100,
100

@@ -1258,2 +1258,3 @@ ]

100,
100,
0,

@@ -1265,3 +1266,2 @@ 0,

0,
0,
0

@@ -1481,2 +1481,3 @@ ]

0,
0,
100,

@@ -1488,3 +1489,2 @@ 100,

100,
100,
100

@@ -1687,2 +1687,3 @@ ]

0,
0,
100,

@@ -1694,3 +1695,2 @@ 100,

100,
100,
100

@@ -1723,2 +1723,3 @@ ]

0,
0,
100,

@@ -1730,3 +1731,2 @@ 100,

100,
100,
100

@@ -1827,2 +1827,3 @@ ]

0,
0,
100,

@@ -1834,3 +1835,2 @@ 100,

100,
100,
100

@@ -2016,2 +2016,3 @@ ]

0,
0,
100,

@@ -2023,3 +2024,2 @@ 100,

100,
100,
100

@@ -2035,2 +2035,3 @@ ]

0,
0,
100,

@@ -2042,3 +2043,2 @@ 100,

100,
100,
100

@@ -2054,2 +2054,3 @@ ]

0,
0,
100,

@@ -2061,3 +2062,2 @@ 100,

100,
100,
100

@@ -2073,2 +2073,3 @@ ]

0,
0,
100,

@@ -2080,3 +2081,2 @@ 100,

100,
100,
100

@@ -2092,2 +2092,3 @@ ]

0,
0,
100,

@@ -2099,3 +2100,2 @@ 100,

100,
100,
100

@@ -2111,2 +2111,3 @@ ]

0,
0,
100,

@@ -2118,3 +2119,2 @@ 100,

100,
100,
100

@@ -2725,2 +2725,3 @@ ]

0,
0,
100,

@@ -2732,3 +2733,2 @@ 100,

100,
100,
100

@@ -2744,2 +2744,3 @@ ]

0,
0,
100,

@@ -2751,3 +2752,2 @@ 100,

100,
100,
100

@@ -2763,2 +2763,3 @@ ]

0,
0,
100,

@@ -2770,3 +2771,2 @@ 100,

100,
100,
100

@@ -3394,2 +3394,3 @@ ]

0,
0,
100,

@@ -3401,3 +3402,2 @@ 100,

100,
100,
100

@@ -3719,2 +3719,3 @@ ]

0,
0,
100,

@@ -3726,3 +3727,2 @@ 100,

100,
100,
100

@@ -3729,0 +3729,0 @@ ]

{
"name": "qpp-measures-data",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"description": "Quality Payment Program Measures Data Repository",

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

@@ -109,7 +109,7 @@ // Utility functions for formatting the csv records

nextIndex === array.length) {
if (isInverseMeasure && index === 1) {
if (isInverseMeasure && (index === 1 || index === 2)) {
return 100;
} else if (isInverseMeasure) {
return 0;
} else if (index === 1) {
} else if (index === 1 || index === 2) {
return 0;

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

@@ -164,3 +164,3 @@ var chai = require('chai');

assert.equal(benchmark.performanceYear, 2018, 'performanceYear');
assert.deepEqual(benchmark.deciles, [0, 100, 100, 100, 100, 100, 100, 100, 100], 'deciles');
assert.deepEqual(benchmark.deciles, [0, 0, 100, 100, 100, 100, 100, 100, 100], 'deciles');
});

@@ -255,3 +255,3 @@ });

assert.equal(benchmark.performanceYear, 2018, 'performanceYear');
assert.deepEqual(benchmark.deciles, [100, 0, 0, 0, 0, 0, 0, 0, 0], 'deciles');
assert.deepEqual(benchmark.deciles, [100, 100, 0, 0, 0, 0, 0, 0, 0], 'deciles');
});

@@ -258,0 +258,0 @@ });

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