Socket
Socket
Sign inDemoInstall

react-bootstrap-select-dropdown

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-bootstrap-select-dropdown - npm Package Compare versions

Comparing version 1.3.7 to 1.3.8

12

dist/index.js

@@ -142,4 +142,12 @@ "use strict";

} else {
setSelectedValue([]);
setSelectedKey([]);
setSelectedValue(_toConsumableArray(options.filter(function (e) {
return e.isSelected;
}).map(function (e) {
return e.value;
})));
setSelectedKey.apply(void 0, _toConsumableArray(options.filter(function (e) {
return e.isSelected;
}).map(function (e) {
return e.labelKey;
})));
}

@@ -146,0 +154,0 @@

@@ -0,1 +1,5 @@

# v1.3.8
- Bug fixes: Set isSelected value as label on option change.
# v1.3.7

@@ -2,0 +6,0 @@

2

package.json
{
"name": "react-bootstrap-select-dropdown",
"version": "1.3.7",
"version": "1.3.8",
"description": "",

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