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

makeup-ebay

Package Overview
Dependencies
Maintainers
7
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

makeup-ebay

Curated collection of jQuery plugins for common accessibility patterns.

  • 0.27.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
Maintainers
7
Weekly downloads
 
Created
Source

makeup-ebay (DEPRECATED)

The makeup-ebay package is deprecated. It has been renamed to makeup-jquery. Please update your package dependency references in order to ensure latest updates.

Description

Curated collection of experimental jQuery plugins for common accessibility patterns.

Experimental:

Install

npm install makeup-ebay

Bundling

This package is configured to work with the LassoJS JavaScript module bundler. LassoJS allows you to easily bundle only the plugins that you require into your frontend payload.

Example browser.json:

// browser.json
{
  {
    "dependencies":[
      "makeup-ebay/jquery-focusable",
      "makeup-ebay/jquery-keyboard-trap",
      "makeup-ebay/jquery-screenreader-trap"
    ]
  }
}

Alternatively, to include the entire suite of modules (only recommended for development/prototyping), specify makeup-ebay:

// browser.json
{
  {
    "dependencies":[
      "makeup-ebay"
    ]
  }
}

Development / Contributing

No actual development happens in this repo. It is simply a collection of dependencies.

Keywords

FAQs

Package last updated on 19 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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