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

@edx/browserslist-config

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edx/browserslist-config

Shared browserslist config for Open edX

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.1K
decreased by-57.61%
Maintainers
4
Weekly downloads
 
Created
Source

@edx/browserslist-config

license npm

Shareable browserslist configuration for Open edX. If our supported browsers changes in the future, this will be the primary place to update for all consumers (e.g., micro-frontends).

What is Browserslist?

Browserslist is a tool to share target browsers and Node.js versions between different frontend tools (e.g., autoprefixer, babel, etc.).

See documentation on shareable browserslist configurations for more details.

Supported Browsers

Desktop

BrowserVersion
Chromelast 2
Safarilast 2
Edgelast 2
Firefoxlast 2

Mobile

BrowserVersion
Chrome for Androidlast 3
Safari for iOSlast 3
Firefox for Androidlast 3

List all supported browsers

You can list all supported browsers by running:

npm install
npm run supported

Learn more by visiting the browser support page on the edX Support Portal.

Installation and usage

Install the package in your repository:

$ npm install -D @edx/browserslist-config

In your package.json file:

{
  "browserslist": ["extends @edx/browserslist-config"]
}

FAQs

Package last updated on 13 Apr 2023

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