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

@nodecraft/browserslist-config

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodecraft/browserslist-config

Nodecraft Browserslist config

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

browserslist-config

Nodecraft's browserslist configuration

What is Browserslist?

Share browsers list between different front-end tools, like stylelint, postcss-preset-env, and @babel/preset-env.

Browser support

Nodecraft generally supports the last 3 versions of every major browser. There are a few exceptions:

  • IE is never supported
  • Firefox ESR is always supported

Usage

browserslist

extends @nodecraft/browserslist-config
not extends @nodecraft/browserslist-config/exclude

package.json

{
  "browserslist": [
  	"extends @nodecraft/browserslist-config",
  	"not extends @nodecraft/browserslist-config/exclude"
  ]
}

FAQs

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