Socket
Socket
Sign inDemoInstall

ngx-select-dropdown

Package Overview
Dependencies
5
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.1 to 3.3.2

24

lib/types/ngx-select-dropdown.types.d.ts
export interface NgxDropdownConfig {
displayFn?: any;
displayKey: string;
search: boolean;
height: string;
placeholder: string;
customComparator: (a: any, b: any) => number;
limitTo: number;
moreText: string;
noResultsFound: string;
searchPlaceholder: string;
searchOnKey: string;
clearOnSelection: boolean;
inputDirection: string;
displayKey?: string;
search?: boolean;
height?: string;
placeholder?: string;
customComparator?: (a: any, b: any) => number;
limitTo?: number;
moreText?: string;
noResultsFound?: string;
searchPlaceholder?: string;
searchOnKey?: string;
clearOnSelection?: boolean;
inputDirection?: string;
selectAllLabel?: string;
enableSelectAll?: boolean;
}
{
"name": "ngx-select-dropdown",
"version": "3.3.1",
"version": "3.3.2",
"description": "A angular(4+) select dropdown for single select or multiselct module.",

@@ -5,0 +5,0 @@ "license": "MIT",

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