New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1 to 1.3.2

2

package.json
{
"name": "react-autowhatever",
"version": "1.3.1",
"version": "1.3.2",
"description": "Accessible rendering layer for Autosuggest and Autocomplete components",

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

@@ -121,8 +121,13 @@ import React, { Component, PropTypes } from 'react';

items.map((section, sectionIndex) => {
const sectionTitle = renderSectionTitle(section);
return shouldRenderSection(section) && (
<div key={sectionIndex}
{...theme(sectionIndex, 'section-container')}>
<div {...theme('section-title', 'section-title')}>
{renderSectionTitle(section)}
</div>
{
sectionTitle &&
<div {...theme('section-title', 'section-title')}>
{sectionTitle}
</div>
}
<ul {...theme('section-items-container', 'section-items-container')}>

@@ -129,0 +134,0 @@ {this.renderItemsList(theme, getSectionItems(section), sectionIndex)}

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