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

@atlassian/browserslist-config-server

Package Overview
Dependencies
Maintainers
8
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlassian/browserslist-config-server

Atlassian Server Browserslist Shared Config

  • 0.3.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-86.67%
Maintainers
8
Weekly downloads
 
Created
Source

Atlassian Server Browserslist Configuration

This configuration reflects the supported browsers across Atlassian's Server products: Bamboo, Bitbucket, Confluence, Crowd, FECRU, and the Jira family.

Warnings

FeCru 4.8 currently supports Edge18, use version 0.2.5 or earlier

Similarly, if targeting product versions - especially Long Term Support (LTS) Releases - check the supported browsers for each by checking the references. Edge 18, and potentially, IE11 may need to be supported.

Usage

First add as a dev dependency with either npm install -D @atlassian/browserslist-config-server or yarn add -D @atlassian/browserslist-config-server

Then use the browserslist configuration within the project. The recommended way is to copy the below into the package.json file.

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

This is desktop and mobile for all products.

Desktop only

Use "browserslist": ["extends @atlassian/browserslist-config-server/desktop"]

Testing

Supports older browsers deliberately for test builds. Intended for use with atlassian-selenium.

Use multiple browserslists for each different environment, e.g:

"browserslist": [
  ...
  "testing": ["extends @atlassian/browserslist-config-server/testing"]
]

If you have already upgraded to Selenium 3.x, you don't need this.

Mobile

Use "browserslist": ["extends @atlassian/browserslist-config-server/mobile"]

References

Keywords

FAQs

Package last updated on 05 Apr 2024

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