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

@babel/plugin-external-helpers

Package Overview
Dependencies
Maintainers
5
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-external-helpers - npm Package Compare versions

Comparing version 7.0.0-beta.49 to 7.0.0-beta.50

8

package.json
{
"name": "@babel/plugin-external-helpers",
"version": "7.0.0-beta.49",
"version": "7.0.0-beta.50",
"description": "This plugin contains helper functions that’ll be placed at the top of the generated code",

@@ -12,3 +12,3 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-external-helpers",

"dependencies": {
"@babel/helper-plugin-utils": "7.0.0-beta.49"
"@babel/helper-plugin-utils": "7.0.0-beta.50"
},

@@ -19,5 +19,5 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "7.0.0-beta.49",
"@babel/helper-plugin-test-runner": "7.0.0-beta.49"
"@babel/core": "7.0.0-beta.50",
"@babel/helper-plugin-test-runner": "7.0.0-beta.50"
}
}
# @babel/plugin-external-helpers
## Installation
> This plugin contains helper functions that’ll be placed at the top of the generated code
```sh
npm install --save-dev @babel/plugin-external-helpers
```
See our website [@babel/plugin-external-helpers](https://new.babeljs.io/docs/en/next/babel-plugin-external-helpers.html) for more information.
## Usage
## Install
### Via `.babelrc` (Recommended)
Using npm:
**.babelrc**
```json
{
"plugins": ["@babel/plugin-external-helpers"]
}
```sh
npm install --save @babel/plugin-external-helpers
```
### Via CLI
or using yarn:
```sh
babel --plugins @babel/plugin-external-helpers script.js
yarn add --save @babel/plugin-external-helpers
```
### Via Node API
```javascript
require("@babel/core").transform("code", {
plugins: ["@babel/plugin-external-helpers"]
});
```
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