New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@acolorbright/browserslist-config

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acolorbright/browserslist-config

ACB's browserslist config

  • 1.1.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

A Color Bright's browserslist config

Introduction

Our standard level of browser support is the last two versions of all major browsers.

We no longer support IE11.

Installation

Via npm:

npm install -DE @acolorbright/browserslist-config@latest

Usage

Add the following to your package.json:

"browserslist": [
	"extends @acolorbright/browserslist-config"
]

Or, create a .browserslistrc file with the following contents:

extends @acolorbright/browserslist-config

Also add a script that can be used to regularly update the Browserslist DB:

"scripts": {
	"browserslist:update": "npx update-browserslist-db@latest"
}

Keywords

FAQs

Package last updated on 19 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