🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

react-responsive-select

Package Overview
Dependencies
Maintainers
1
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-responsive-select - npm Package Compare versions

Comparing version

to
5.0.0-alpha-22

1

.storybook/config.ts

@@ -42,4 +42,5 @@ import { addParameters, configure } from '@storybook/react';

require('../src/stories/Recipes/ControlledExample2/ControlledExample2.stories.tsx');
require('../src/stories/Recipes/using-formik.stories.tsx');
}
configure(loadStories, module);

6

package.json
{
"name": "react-responsive-select",
"version": "5.0.0-alpha-21",
"version": "5.0.0-alpha-22",
"description": "A React customisable, touchable, single-select / multi-select form component. Built with keyboard and screen reader accessibility in mind.",

@@ -58,2 +58,3 @@ "main": "dist/ReactResponsiveSelect.js",

"cache-loader": "^1.2.2",
"formik": "^1.5.7",
"jest": "^24.8.0",

@@ -67,4 +68,5 @@ "react-docgen-typescript-loader": "^3.0.0",

"uglifyjs-webpack-plugin": "^2.1.2",
"webpack-cli": "^3.3.2"
"webpack-cli": "^3.3.2",
"yup": "^0.27.0"
}
}

@@ -68,3 +68,3 @@ # react-responsive-select

## CodeSandbox.io Examples
## CodeSandbox.io JavaScript Examples

@@ -74,5 +74,10 @@ - Single-Select Example: https://codesandbox.io/s/mo8j53wvwp

- Controlled Example https://codesandbox.io/s/controlled-example-reactresponsiveselect-jcp1n
- Using with Formik Example https://codesandbox.io/s/using-reactresponsiveselect-with-formik-l234rznkl
## TypeScript Examples
- See the StoryBook `*.stories.tsx` files in here: https://github.com/benbowes/react-responsive-select/tree/master/src/stories
## Business Rules
Have a read of [README_BUSINESS_RULES.md](./README_BUSINESS_RULES.md)

Sorry, the diff of this file is not supported yet