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

browserslist-config-enonic

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browserslist-config-enonic

Browserslist config for Enonic applications

  • 1.0.6
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
377
increased by94.33%
Maintainers
2
Weekly downloads
 
Created
Source

browserslist-config-enonic

Shareable Browserslist config for @enonic applications.

Install

npm install --save-dev browserslist-config-enonic

Usage

Choose the desired way to use Browserslist configuration. Additional information can be found in the official documentation.

package.json
{
  "browserslist": [
    "extends browserslist-config-enonic"
  ]
}
Browserslist config (.browserslistrc)
extends browserslist-config-enonic
Babel config

In Babel configuration in .js format with babel-preset-env, requiring config will return the array of supported browsers.

{
  presets: [
    [ 'env', {
      targets: {
        browsers: require('browserslist-config-enonic')
      }
    }]
  ]
}

Keywords

FAQs

Package last updated on 09 Feb 2021

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