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

react-select-search

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-select-search - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

5

dist/es5.js

@@ -128,2 +128,7 @@ 'use strict';

}, {
key: 'componentWillUnmount',
value: function componentWillUnmount() {
document.removeEventListener('click', this.bound.documentClick);
}
}, {
key: 'componentDidUpdate',

@@ -130,0 +135,0 @@ value: function componentDidUpdate(prevProps, prevState) {

4

index.js

@@ -101,2 +101,6 @@ 'use strict';

componentWillUnmount() {
document.removeEventListener('click', this.bound.documentClick);
}
componentDidUpdate(prevProps, prevState) {

@@ -103,0 +107,0 @@ if (this.refs.hasOwnProperty('search') && this.state.value !== prevState.value) {

2

package.json
{
"name": "react-select-search",
"version": "0.3.4",
"version": "0.3.5",
"description": "React powered selectbox with filter",

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