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

react-autowhatever

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-autowhatever - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

9

dist/Autowhatever.js

@@ -171,5 +171,8 @@ 'use strict';

var noItemsExist = items.every(function (section) {
return getSectionItems(section).length === 0;
var sectionItemsArray = items.map(function (section) {
return getSectionItems(section);
});
var noItemsExist = sectionItemsArray.every(function (sectionItems) {
return sectionItems.length === 0;
});

@@ -208,3 +211,3 @@ if (noItemsExist) {

theme('section-items-container', 'section-items-container'),
_this2.renderItemsList(theme, getSectionItems(section), sectionIndex)
_this2.renderItemsList(theme, sectionItemsArray[sectionIndex], sectionIndex)
)

@@ -211,0 +214,0 @@ );

{
"name": "react-autowhatever",
"version": "1.3.4",
"version": "1.3.5",
"description": "Accessible rendering layer for Autosuggest and Autocomplete components",

@@ -5,0 +5,0 @@ "main": "dist/Autowhatever.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