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

@rmwc/select

Package Overview
Dependencies
Maintainers
1
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/select - npm Package Compare versions

Comparing version 6.1.3 to 6.1.4

2

dist/select/foundation.js

@@ -111,3 +111,3 @@ "use strict";

},
removeAttributeAtIndex: function (index, attributeName) { var _a; return (_a = menu.current) === null || _a === void 0 ? void 0 : _a.items()[index].removeAttribute(attributeName); },
removeAttributeAtIndex: function (index, attributeName) { var _a, _b; return (_b = (_a = menu.current) === null || _a === void 0 ? void 0 : _a.items()[index]) === null || _b === void 0 ? void 0 : _b.removeAttribute(attributeName); },
focusMenuItemAtIndex: function () {

@@ -114,0 +114,0 @@ var _a;

@@ -108,3 +108,3 @@ import { __assign, __read, __rest, __spread } from "tslib";

},
removeAttributeAtIndex: function (index, attributeName) { var _a; return (_a = menu.current) === null || _a === void 0 ? void 0 : _a.items()[index].removeAttribute(attributeName); },
removeAttributeAtIndex: function (index, attributeName) { var _a, _b; return (_b = (_a = menu.current) === null || _a === void 0 ? void 0 : _a.items()[index]) === null || _b === void 0 ? void 0 : _b.removeAttribute(attributeName); },
focusMenuItemAtIndex: function () {

@@ -111,0 +111,0 @@ var _a;

{
"name": "@rmwc/select",
"version": "6.1.3",
"version": "6.1.4",
"description": "RMWC Select component",

@@ -40,13 +40,13 @@ "main": "dist/index.js",

"@material/select": "^5.1.0",
"@rmwc/base": "^6.0.14",
"@rmwc/floating-label": "^6.1.2",
"@rmwc/icon": "^6.1.3",
"@rmwc/line-ripple": "^6.0.14",
"@rmwc/list": "^6.1.3",
"@rmwc/menu": "^6.1.3",
"@rmwc/notched-outline": "^6.0.14",
"@rmwc/ripple": "^6.1.3",
"@rmwc/base": "^6.1.4",
"@rmwc/floating-label": "^6.1.4",
"@rmwc/icon": "^6.1.4",
"@rmwc/line-ripple": "^6.1.4",
"@rmwc/list": "^6.1.4",
"@rmwc/menu": "^6.1.4",
"@rmwc/notched-outline": "^6.1.4",
"@rmwc/ripple": "^6.1.4",
"@rmwc/types": "^6.0.5"
},
"gitHead": "0c517b3609c3f39d11b663fbe9871eec6d0033bf"
"gitHead": "c33a09f349373930ac817c89f21b3246f9e332c2"
}
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