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

anchor-ui

Package Overview
Dependencies
Maintainers
2
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anchor-ui - npm Package Compare versions

Comparing version 2.6.5 to 2.6.6

2

package.json
{
"name": "anchor-ui",
"version": "2.6.5",
"version": "2.6.6",
"description": "React Component UI Kit",

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

@@ -155,2 +155,8 @@ 'use strict';

var activeChild = childrenWithProps.find(function (child) {
return child.props.value === value;
});
var headerText = activeChild && activeChild.props && activeChild.props.text || value;
return _react2.default.createElement(

@@ -174,5 +180,3 @@ 'section',

},
childrenWithProps.find(function (child) {
return child.props.value === value;
}).props.text,
headerText,
_react2.default.createElement(

@@ -179,0 +183,0 @@ 'div',

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