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

makeup-listbox

Package Overview
Dependencies
Maintainers
7
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

makeup-listbox - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

./dist/cjs/index.js

2

dist/cjs/index.js

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

function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
/**

@@ -13,0 +13,0 @@ * A listbox can be a standalone focusable widget, or controlled by a separate, focusable widget

{
"name": "makeup-listbox",
"description": "A JavaScript class representing an ARIA listbox",
"version": "0.3.2",
"version": "0.3.3",
"main": "./dist/cjs/index.js",

@@ -13,3 +13,3 @@ "module": "./dist/mjs/index.js",

},
"repository": "https://github.com/makeup-js/makeup-js/tree/master/packages/makeup-listbox",
"repository": "https://github.com/makeup/makeup-js/tree/master/packages/ui/makeup-listbox",
"author": "Ian McBurnie <ianmcburnie@hotmail.com>",

@@ -24,4 +24,4 @@ "license": "MIT",

"dependencies": {
"makeup-prevent-scroll-keys": "~0.2.0",
"makeup-active-descendant": "~0.6.1"
"makeup-active-descendant": "^0.6.2",
"makeup-prevent-scroll-keys": "^0.2.2"
},

@@ -36,3 +36,4 @@ "files": [

"extends @ebay/browserslist-config"
]
],
"gitHead": "4d199965cba30b5f63cfc38b5b58544cfc5b27c1"
}

@@ -19,5 +19,3 @@ # makeup-listbox

<svg class="icon icon--tick-small" focusable="false" height="8" width="8">
<svg class="icon icon--tick-small" focusable="false" height="8" width="8">
<use href="icon.svg#icon-tick-small"></use>
</svg>
<use href="icon.svg#icon-tick-small"></use>
</svg>

@@ -28,5 +26,3 @@ </div>

<svg class="icon icon--tick-small" focusable="false" height="8" width="8">
<svg class="icon icon--tick-small" focusable="false" height="8" width="8">
<use href="icon.svg#icon-tick-small"></use>
</svg>
<use href="icon.svg#icon-tick-small"></use>
</svg>

@@ -37,5 +33,3 @@ </div>

<svg class="icon icon--tick-small" focusable="false" height="8" width="8">
<svg class="icon icon--tick-small" focusable="false" height="8" width="8">
<use href="icon.svg#icon-tick-small"></use>
</svg>
<use href="icon.svg#icon-tick-small"></use>
</svg>

@@ -42,0 +36,0 @@ </div>

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