Socket
Socket
Sign inDemoInstall

@ng-select/ng-select

Package Overview
Dependencies
8
Maintainers
2
Versions
253
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.0.6 to 12.0.7

2

lib/ng-select.component.d.ts

@@ -64,3 +64,3 @@ import { OnChanges, OnDestroy, OnInit, AfterViewInit, ChangeDetectorRef, EventEmitter, TemplateRef, ElementRef, SimpleChanges, QueryList, InjectionToken } from '@angular/core';

clearable: boolean;
isOpen: boolean;
isOpen?: boolean;
get items(): readonly any[] | null;

@@ -67,0 +67,0 @@ set items(value: readonly any[] | null);

{
"name": "@ng-select/ng-select",
"version": "12.0.6",
"version": "12.0.7",
"description": "Angular ng-select - All in One UI Select, Multiselect and Autocomplete",

@@ -5,0 +5,0 @@ "author": "@ng-select/ng-select",

@@ -196,3 +196,3 @@ [![npm version](https://badge.fury.io/js/%40ng-select%2Fng-select.svg)](https://badge.fury.io/js/%40ng-select%2Fng-select)

| [markFirst] | `boolean` | `true` | no | Marks first item as focused when opening/filtering. |
| [isOpen] | `boolean` | `-` | no | Allows manual control of dropdown opening and closing. `True` - won't close. `False` - won't open. |
| [isOpen] | `boolean` | `-` | no | Allows manual control of dropdown opening and closing. `true` - won't close. `false` - won't open. |
| maxSelectedItems | `number` | none | no | When multiple = true, allows to set a limit number of selection. |

@@ -199,0 +199,0 @@ | [hideSelected] | `boolean` | `false` | no | Allows to hide selected items. |

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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