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.2.0 to 0.2.1

2

dist/ng2-dropdown.bundle.js

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

// module
exports.push([module.id, ".ng2-dropdown-menu-container {\n position: fixed;\n z-index: 2;\n overflow-y: auto;\n box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);\n padding: 0.5em 0;\n background: #fff;\n border-radius: 2px;\n display: none; }\n\n.ng2-dropdown-menu-container.ng2-dropdown-menu-container--open {\n display: block; }\n\n.ng2-dropdown-menu-container--2 {\n width: 150px; }\n\n.ng2-dropdown-menu-container--4 {\n width: 250px; }\n\n.ng2-dropdown-menu-container--6 {\n width: 320px; }\n\n.ng2-dropdown-menu-container:focus {\n outline: 0;\n box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3); }\n\n.ng2-dropdown-menu {\n position: relative; }\n\n.ng2-dropdown-menu * {\n opacity: 0;\n -webkit-transition: opacity 0.5s;\n transition: opacity 0.5s; }\n\n.ng2-dropdown-menu-container.ng2-dropdown-menu-container--open * {\n opacity: 1; }\n\n.ng2-dropdown-backdrop {\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: 1; }\n\nng2-menu-divider {\n height: 1px;\n min-height: 1px;\n max-height: 1px;\n width: 100%;\n display: block;\n background: #f9f9f9; }\n", ""]);
exports.push([module.id, ".ng2-dropdown-menu-container {\n position: absolute;\n z-index: 2;\n overflow-y: auto;\n box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);\n padding: 0.5em 0;\n background: #fff;\n border-radius: 2px;\n display: none; }\n\n.ng2-dropdown-menu-container.ng2-dropdown-menu-container--open {\n display: block; }\n\n.ng2-dropdown-menu-container--2 {\n width: 150px; }\n\n.ng2-dropdown-menu-container--4 {\n width: 250px; }\n\n.ng2-dropdown-menu-container--6 {\n width: 320px; }\n\n.ng2-dropdown-menu-container:focus {\n outline: 0;\n box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3); }\n\n.ng2-dropdown-menu {\n position: relative; }\n\n.ng2-dropdown-menu * {\n opacity: 0;\n -webkit-transition: opacity 0.5s;\n transition: opacity 0.5s; }\n\n.ng2-dropdown-menu-container.ng2-dropdown-menu-container--open * {\n opacity: 1; }\n\n.ng2-dropdown-backdrop {\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: 1; }\n\nng2-menu-divider {\n height: 1px;\n min-height: 1px;\n max-height: 1px;\n width: 100%;\n display: block;\n background: #f9f9f9; }\n", ""]);

@@ -916,0 +916,0 @@ // exports

{
"name": "ng2-material-dropdown",
"version": "0.2.0",
"version": "0.2.1",
"description": "Angular 2 material-like Dropdown Component",

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

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