Socket
Socket
Sign inDemoInstall

react-likert-scale

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-likert-scale - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

4

dist/likert.esm.js

@@ -987,3 +987,4 @@ import React from 'react';

question = _this$props.question,
responses = _this$props.responses;
responses = _this$props.responses,
fieldsetId = _this$props.fieldsetId;
const sha = String(sha1(question)).substring(0, 7);

@@ -1014,2 +1015,3 @@ const radios = responses.map((response, idx) => {

return React.createElement("fieldset", {
id: fieldsetId || Math.random().toString(36).substr(2),
className: `likertScale${this.state.isKeyboardUser ? ' isKeyboardUser' : ''}`

@@ -1016,0 +1018,0 @@ }, React.createElement("legend", null, question), React.createElement("div", {

@@ -993,3 +993,4 @@ (function (global, factory) {

question = _this$props.question,
responses = _this$props.responses;
responses = _this$props.responses,
fieldsetId = _this$props.fieldsetId;
const sha = String(sha1(question)).substring(0, 7);

@@ -1020,2 +1021,3 @@ const radios = responses.map((response, idx) => {

return React.createElement("fieldset", {
id: fieldsetId || Math.random().toString(36).substr(2),
className: `likertScale${this.state.isKeyboardUser ? ' isKeyboardUser' : ''}`

@@ -1022,0 +1024,0 @@ }, React.createElement("legend", null, question), React.createElement("div", {

{
"name": "react-likert-scale",
"version": "1.0.0",
"version": "1.1.0",
"description": "A React-based Likert Scale to collect data.",

@@ -5,0 +5,0 @@ "main": "dist/likert.umd.js",

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