Socket
Socket
Sign inDemoInstall

rc-dropdown

Package Overview
Dependencies
15
Maintainers
6
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0-alpha.0 to 4.1.0-alpha.1

4

es/placements.d.ts

@@ -11,3 +11,3 @@ declare const placements: {

};
topCenter: {
top: {
points: string[];

@@ -39,3 +39,3 @@ overflow: {

};
bottomCenter: {
bottom: {
points: string[];

@@ -42,0 +42,0 @@ overflow: {

@@ -13,3 +13,3 @@ var autoAdjustOverflow = {

},
topCenter: {
top: {
points: ['bc', 'tc'],

@@ -32,3 +32,3 @@ overflow: autoAdjustOverflow,

},
bottomCenter: {
bottom: {
points: ['tc', 'bc'],

@@ -35,0 +35,0 @@ overflow: autoAdjustOverflow,

@@ -11,3 +11,3 @@ declare const placements: {

};
topCenter: {
top: {
points: string[];

@@ -39,3 +39,3 @@ overflow: {

};
bottomCenter: {
bottom: {
points: string[];

@@ -42,0 +42,0 @@ overflow: {

@@ -19,3 +19,3 @@ "use strict";

},
topCenter: {
top: {
points: ['bc', 'tc'],

@@ -38,3 +38,3 @@ overflow: autoAdjustOverflow,

},
bottomCenter: {
bottom: {
points: ['tc', 'bc'],

@@ -41,0 +41,0 @@ overflow: autoAdjustOverflow,

{
"name": "rc-dropdown",
"version": "4.1.0-alpha.0",
"version": "4.1.0-alpha.1",
"description": "dropdown ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

@@ -5,10 +5,3 @@ # rc-dropdown

[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![Dependencies][david-image]][david-url]
[![DevDependencies][david-dev-image]][david-dev-url]
[![npm download][download-image]][download-url]
[![bundle size][bundlephobia-image]][bundlephobia-url]
[![dumi][dumi-image]][dumi-url]
[![NPM version][npm-image]][npm-url] [![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![Dependencies][david-image]][david-url] [![DevDependencies][david-dev-image]][david-dev-url] [![npm download][download-image]][download-url] [![bundle size][bundlephobia-image]][bundlephobia-url] [![dumi][dumi-image]][dumi-url]

@@ -99,3 +92,3 @@ [npm-image]: http://img.shields.io/npm/v/rc-dropdown.svg?style=flat-square

<td>bottomLeft</td>
<td>Position of menu item. There are: topLeft, topCenter, topRight, bottomLeft, bottomCenter, bottomRight </td>
<td>Position of menu item. There are: top, topCenter, topRight, bottomLeft, bottom, bottomRight </td>
</tr>

@@ -171,5 +164,4 @@ <tr>

## License
rc-dropdown is released under the MIT license.
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