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.0.5 to 0.0.6

2

dist/ng2-dropdown.bundle.js

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

// module
exports.push([module.id, ".ng2-menu-item {\n font-family: \"Roboto\", \"Helvetica Neue\", Helvetica, Arial;\n padding: 0 1.25rem;\n background: #fff;\n color: #444;\n cursor: pointer;\n font-size: 15px;\n text-transform: none;\n font-weight: 400;\n -webkit-transition: background 0.3s;\n transition: background 0.3s;\n letter-spacing: 0.03em;\n height: 48px;\n line-height: 48px;\n vertical-align: middle; }\n\n.ng2-menu-item--selected {\n background: #f9f9f9;\n outline: 0; }\n\n.ng2-menu-item:focus {\n outline: 0; }\n\n.ng2-menu-item:active {\n background: #eee; }\n\n.ng2-menu-item [ng2-menu-item-icon] {\n vertical-align: bottom;\n font-size: 28px;\n width: 40px;\n height: 40px;\n color: rgba(0, 0, 0, 0.54); }\n", ""]);
exports.push([module.id, ".ng2-menu-item {\n font-family: \"Roboto\", \"Helvetica Neue\", Helvetica, Arial;\n padding: 0 1.25rem;\n background: #fff;\n color: #444;\n cursor: pointer;\n font-size: 15px;\n text-transform: none;\n font-weight: 400;\n -webkit-transition: background 0.3s;\n transition: background 0.3s;\n letter-spacing: 0.03em;\n height: 48px;\n line-height: 48px;\n text-overflow: ellipsis;\n white-space: nowrap;\n overflow-x: hidden; }\n\n.ng2-menu-item--selected {\n background: #f9f9f9;\n outline: 0; }\n\n.ng2-menu-item:focus {\n outline: 0; }\n\n.ng2-menu-item:active {\n background: #eee; }\n\n.ng2-menu-item [ng2-menu-item-icon] {\n vertical-align: bottom;\n font-size: 28px;\n width: 40px;\n height: 40px;\n color: rgba(0, 0, 0, 0.54); }\n", ""]);

@@ -802,0 +802,0 @@ // exports

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

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

@@ -5,3 +5,3 @@ # Angular2 Dropdown Component

**Work in progress**
**Work in progress**. Please do notice this is a work in progress and it is far from being usable in production.

@@ -13,3 +13,3 @@ ## Install

## Demo
TODO
Check out the demo at [http://www.webpackbin.com/Ey8sUC2UZ](http://www.webpackbin.com/Ey8sUC2UZ)

@@ -16,0 +16,0 @@ ## Usage

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