Socket
Socket
Sign inDemoInstall

@cerner/browserslist-config-terra

Package Overview
Dependencies
0
Maintainers
7
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @cerner/browserslist-config-terra

Terra Browserslist Shared Config


Version published
Weekly downloads
1.1K
decreased by-47.4%
Maintainers
7
Install size
16.8 kB
Created
Weekly downloads
 

Readme

Source

BrowsersList Config Terra

NPM version Build Status

This configuration reflects Terra's supported browser policy for their UI library and build tools.

What is Browserslist

Browserslist is a library to share a browsers list between different front-end tools, like Autoprefixer, Eslint, and Stylelint.

Supported Browsers

BrowserVersion
Chrome & Chrome for AndroidCurrent
EdgeCurrent
FirefoxCurrent
Internet Explorer10 & 11
SafariCurrent
iOS>= 12

Installation

Install the module

npm install @cerner/browserslist-config-terra --save-dev

Usage

Terra's browserslist configuration should be extended from within a .browserslistrc file. Create a .browserslistrc if one does not already exist and extend from @cerner/browserslist-config-terra.

.browserslistrc

extends @cerner/browserslist-config-terra

Additional Notes

The .browserslist file should be added to .npmignore to prevent being released. Projects that implement the files key in the package.json do not need to add the .browserslist file to the .npmignore.

Do not extend the browserslist from within the package.json. This will create an implicit dependency that impacts all downstream consumers of the project.

LICENSE

Copyright 2018 - 2020 Cerner Innovation, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Keywords

FAQs

Last updated on 27 Oct 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc