🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a 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-21

4

lib-esm/stories/components/Code.d.ts

@@ -1,4 +0,4 @@

/// <reference types="react" />
import * as React from 'react';
export declare function Code({ children }: {
children: string;
}): JSX.Element;
}): React.ReactElement;

@@ -68,3 +68,2 @@ import * as React from 'react';

* control, e.g. setting a class on <body/> when the options panel opens to inhibit body scrolling.
* New state is also included
*/

@@ -71,0 +70,0 @@ onListen?: (isOpen?: boolean, name?: string, actionType?: string) => void;

@@ -1,4 +0,4 @@

/// <reference types="react" />
import * as React from 'react';
export declare function Code({ children }: {
children: string;
}): JSX.Element;
}): React.ReactElement;

@@ -68,3 +68,2 @@ import * as React from 'react';

* control, e.g. setting a class on <body/> when the options panel opens to inhibit body scrolling.
* New state is also included
*/

@@ -71,0 +70,0 @@ onListen?: (isOpen?: boolean, name?: string, actionType?: string) => void;

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

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

"prepublishOnly": "auto/git-check.sh && npm run compile && auto/git-tag.sh",
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
"deploy-storybook": "auto/git-check.sh && npm run compile && build-storybook && storybook-to-ghpages",

@@ -66,4 +65,2 @@ "start": "start-storybook -p 6006"

"ts-loader": "^5.1.1",
"tslint": "^5.16.0",
"tslint-react": "^3.6.0",
"typescript": "^3.0.3",

@@ -70,0 +67,0 @@ "uglifyjs-webpack-plugin": "^2.1.2",