average-rating
Advanced tools
Comparing version 1.1.7 to 1.1.8
{ | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"name": "average-rating", | ||
@@ -23,4 +23,3 @@ "description": "Calculate average score and rating based on Wilson Score Equation", | ||
"coveralls": "^3.0.2", | ||
"eslint": "^5.6.0", | ||
"eslint-config-goes": "^1.0.0", | ||
"eslint-config-goes": "^1.1.3", | ||
"tap": "^12.0.1" | ||
@@ -27,0 +26,0 @@ }, |
@@ -27,4 +27,4 @@ /** | ||
{ | ||
input: [3, 4, 2, 6, 12, 46, 134, 213, 116, 91, 45, 15, 58, 96, 1654], | ||
expect: 0.85, | ||
input: [3, 4, 2, 6, 12, 46, 134, 213, 116, 91, 45, 15, 58, 96, 1654], | ||
expect: 0.85, | ||
}, | ||
@@ -44,4 +44,4 @@ { | ||
{ | ||
input: [125, 166, 17, 290, 400, 310, 1800], | ||
expect: 0.79, | ||
input: [125, 166, 17, 290, 400, 310, 1800], | ||
expect: 0.79, | ||
}, | ||
@@ -48,0 +48,0 @@ ]; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3
10840