Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular2-multiselect-dropdown

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-multiselect-dropdown - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

3

package.json
{
"name": "angular2-multiselect-dropdown",
"version": "1.1.2",
"version": "1.1.3",
"license": "MIT",

@@ -19,4 +19,3 @@ "angular-cli": {},

"devDependencies": {
}
}

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

}
toggleDropdown(){
toggleDropdown(evt){
this.isActive = !this.isActive;
evt.preventDefault();
}

@@ -176,0 +177,0 @@ closeDropdown(){

@@ -0,0 +0,0 @@ {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc