New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-select-async-paginate

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-select-async-paginate - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 0.3.1 (24 may 2019)
### Bugfix
- Disabled filtering of options in select by default.
## 0.3.0 (25 apr 2019)

@@ -2,0 +8,0 @@

2

es/async-paginate-base.js

@@ -357,2 +357,3 @@ import _extends from "@babel/runtime/helpers/extends";

components: PropTypes.objectOf(PropTypes.func),
filterOption: PropTypes.func,
onInputChange: PropTypes.func.isRequired,

@@ -372,2 +373,3 @@ // eslint-disable-next-line react/forbid-prop-types

components: {},
filterOption: null,
cacheUniq: null,

@@ -374,0 +376,0 @@ selectRef: Function.prototype

@@ -380,2 +380,3 @@ "use strict";

components: _propTypes["default"].objectOf(_propTypes["default"].func),
filterOption: _propTypes["default"].func,
onInputChange: _propTypes["default"].func.isRequired,

@@ -394,2 +395,3 @@ // eslint-disable-next-line react/forbid-prop-types

components: {},
filterOption: null,
cacheUniq: null,

@@ -396,0 +398,0 @@ selectRef: Function.prototype

2

package.json
{
"name": "react-select-async-paginate",
"version": "0.3.0",
"version": "0.3.1",
"description": "Wrapper above react-select that supports pagination on menu scroll",

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