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

@mooretodd/survey_result_detail

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mooretodd/survey_result_detail - npm Package Compare versions

Comparing version 0.0.15 to 0.1.0

README.md

2

package.json
{
"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);
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