🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@krakenjs/babel-config-grumbler

Package Overview
Dependencies
Maintainers
8
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@krakenjs/babel-config-grumbler

Babel scripts for grumbler modules

latest
Source
npmnpm
Version
8.3.0
Version published
Weekly downloads
456
-56.61%
Maintainers
8
Weekly downloads
 
Created
Source

@krakenjs/babel-config-grumbler

Installation

npm install -D @krakenjs/babel-config-grumbler

Usage

  • Create a .babelrc file at the root of your package.

  • Identify the type of babel config to use: node or browser.

3a. For node packages add the following contents to your .babelrc:

```json
{
    "extends": "@krakenjs/babel-config-grumbler/babelrc-node"
}
```

3b. For browser packages add the following contents to your .babelrc:

```json
{
    "extends": "@krakenjs/babel-config-grumbler/babelrc-browser"
}
```

4. Ensure you have a browserlist configuration in your package.json

  "browserslist": [
    "IE >= 9",
    "chrome >= 27",
    "firefox >= 30",
    "safari >= 5",
    "opera >= 23"
],

Keywords

template

FAQs

Package last updated on 30 Jun 2025

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