@mooretodd/survey_result_detail
Advanced tools
Comparing version 0.0.15 to 0.1.0
{ | ||
"name": "@mooretodd/survey_result_detail", | ||
"version": "0.0.15", | ||
"version": "0.1.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -189,7 +189,3 @@ import R from 'ramda'; | ||
* getRatingsSummary :: String -> Object -> Object | ||
* summarises responses into a keyed Map | ||
* @example | ||
* {question1: {1: 1, 2: 5, 3: 23, 4: 4, 5: 5}} | ||
* @param theme | ||
*/ | ||
export const getRatingSummary = theme => R.compose(R.map(summariseRatings(theme)), getSurveyResult); |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
16250
6
1
14
489