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.1.0 to 3.1.1

13

lib/ngx-select-dropdown.component.d.ts

@@ -89,2 +89,6 @@ import { SelectDropDownService } from "./ngx-select-dropdown.service";

/**
* Element ref of the dropdown list DOM element
*/
private dropdownList;
/**
* Hold the reference to available items in the list to focus on the item when scrolling

@@ -104,2 +108,9 @@ */

clickInsideComponent(): void;
/**
* View reference for the dorpdown list
*/
set dropDownElement(ref: ElementRef);
/**
* Event listener for the blur event to hide the dropdown
*/
blur(): void;

@@ -125,3 +136,3 @@ focus(): void;

visible: boolean;
element: HTMLElement;
element: any;
};

@@ -128,0 +139,0 @@ serviceSubscriptions(): void;

2

package.json
{
"name": "ngx-select-dropdown",
"version": "3.1.0",
"version": "3.1.1",
"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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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