Socket
Socket
Sign inDemoInstall

react-filter-search

Package Overview
Dependencies
6
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.8 to 1.0.9

10

package.json
{
"name": "react-filter-search",
"version": "1.0.8",
"version": "1.0.9",
"description": "React Filter Search is a React component for filtering client-side data rendered to your UI.",

@@ -28,6 +28,6 @@ "main": "lib/index.js",

"nwb": "0.23.x",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"whatwg-fetch": "^2.0.4"
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"whatwg-fetch": "^3.0.0"
},

@@ -34,0 +34,0 @@ "author": "Joe Dodd",

@@ -97,1 +97,6 @@ # React Filter Search 🔍

| `reunderResults` | `func` | `true` |
## Contributions
Read [`CONTRIBUTING.md`](https://github.com/joehdodd/react-filter-search/blob/master/CONTRIBUTING.md) and join the fun! 🎉
/*!
* react-filter-search v1.0.8 - https://github.com/joehdodd/react-filter-search
* react-filter-search v1.0.9 - https://github.com/joehdodd/react-filter-search
* MIT Licensed

@@ -112,3 +112,3 @@ */

if (false) { var throwOnDirectAccess, isValidElement, REACT_ELEMENT_TYPE; } else {
if (false) { var throwOnDirectAccess, ReactIs; } else {
// By explicitly using `prop-types` you are opting into new production behavior.

@@ -150,2 +150,4 @@ // http://fb.me/prop-types-in-prod

function emptyFunction() {}
function emptyFunctionWithReset() {}
emptyFunctionWithReset.resetWarningCache = emptyFunction;

@@ -184,2 +186,3 @@ module.exports = function() {

element: shim,
elementType: shim,
instanceOf: getShim,

@@ -191,6 +194,8 @@ node: shim,

shape: getShim,
exact: getShim
exact: getShim,
checkPropTypes: emptyFunctionWithReset,
resetWarningCache: emptyFunction
};
ReactPropTypes.checkPropTypes = emptyFunction;
ReactPropTypes.PropTypes = ReactPropTypes;

@@ -197,0 +202,0 @@

/*!
* react-filter-search v1.0.8 - https://github.com/joehdodd/react-filter-search
* react-filter-search v1.0.9 - https://github.com/joehdodd/react-filter-search
* MIT Licensed

@@ -4,0 +4,0 @@ */

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc