Socket
Socket
Sign inDemoInstall

angular2-multiselect-dropdown

Package Overview
Dependencies
3
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.5 to 1.1.6

2

package.json
{
"name": "angular2-multiselect-dropdown",
"version": "1.1.5",
"version": "1.1.6",
"license": "MIT",

@@ -5,0 +5,0 @@ "angular-cli": {},

@@ -114,2 +114,3 @@ # Angular2 Multiselect Dropdown

| disabled | Boolean | Disable the dropdown | false |
| searchPlaceholderText | String | Custom text for the search placeholder text. Default value would be 'Search' | 'Search' |

@@ -116,0 +117,0 @@ ### Callback Methods

@@ -59,3 +59,4 @@ import { Component, OnInit, NgModule, OnChanges, ViewEncapsulation,forwardRef, Input, Output, EventEmitter, ElementRef, AfterViewInit, Pipe, PipeTransform } from '@angular/core';

classes:'',
disabled: false
disabled: false,
searchPlaceholderText: 'Search'
}

@@ -62,0 +63,0 @@ constructor(){

@@ -13,2 +13,3 @@ export interface DropdownSettings{

disabled?: Boolean;
searchPlaceholderText: String;
}

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