New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ng2-material-dropdown

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-material-dropdown - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

dist/ng2-dropdown.bundle.js

@@ -610,2 +610,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

if (focus === void 0) { focus = true; }
this.renderer.setElementStyle(this.getMenuElement(), 'display', 'block');
this.state.isVisible = true;

@@ -642,3 +643,2 @@ if (this.focusFirstElement) {

if (element === void 0) { element = this.getMenuElement(); }
this.renderer.setElementStyle(element, 'display', 'block');
this.renderer.invokeElementMethod(element, 'focus', []);

@@ -645,0 +645,0 @@ };

@@ -5,2 +5,3 @@ export * from './src/typings/ng2-dropdown.d.ts';

export * from './src/typings/ng2-menu-item.d.ts';
export * from './index.ts';
{
"name": "ng2-material-dropdown",
"version": "0.1.6",
"version": "0.1.7",
"description": "Angular 2 material-like Dropdown Component",

@@ -5,0 +5,0 @@ "scripts": {

@@ -6,3 +6,3 @@ export declare class Ng2DropdownMenuComponent {

};
show(): void;
show(focus: boolean): void;
hide(): void;

@@ -9,0 +9,0 @@ updatePosition(position): void;

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc