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

makeup-focusables

Package Overview
Dependencies
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

makeup-focusables - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

dist/index.js

2

browser.json
{
"dependencies":[
"require: ./index.js"
"require: ./dist/index.js"
]
}
{
"name": "makeup-focusables",
"description": "Returns an array of all focusable descendants of the given element",
"version": "0.1.0",
"main": "index.js",
"version": "0.2.0",
"main": "dist/index.js",
"repository": "https://github.com/makeup/makeup-js/tree/master/packages/makeup-focusables",

@@ -10,3 +10,3 @@ "author": "Ian McBurnie <ianmcburnie@hotmail.com>",

"scripts": {
"compile": "babel src/index.js --out-file index.js",
"compile": "babel src --out-dir dist",
"clean": "rimraf *.log .DS_Store"

@@ -22,3 +22,3 @@ },

"browser.json",
"index.js",
"dist/index.js",
"package-lock.json"

@@ -25,0 +25,0 @@ ],

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