Socket
Socket
Sign inDemoInstall

@babel/helper-module-transforms

Package Overview
Dependencies
Maintainers
5
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-module-transforms - npm Package Compare versions

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

12

package.json
{
"name": "@babel/helper-module-transforms",
"version": "7.0.0-beta.49",
"version": "7.0.0-beta.50",
"description": "Babel helper functions for implementing ES6 module transformations",

@@ -11,9 +11,9 @@ "author": "Logan Smyth <loganfsmyth@gmail.com>",

"dependencies": {
"@babel/helper-module-imports": "7.0.0-beta.49",
"@babel/helper-simple-access": "7.0.0-beta.49",
"@babel/helper-split-export-declaration": "7.0.0-beta.49",
"@babel/template": "7.0.0-beta.49",
"@babel/types": "7.0.0-beta.49",
"@babel/helper-module-imports": "7.0.0-beta.50",
"@babel/helper-simple-access": "7.0.0-beta.50",
"@babel/helper-split-export-declaration": "7.0.0-beta.50",
"@babel/template": "7.0.0-beta.50",
"@babel/types": "7.0.0-beta.50",
"lodash": "^4.17.5"
}
}
# @babel/helper-module-transforms
## Usage
> Babel helper functions for implementing ES6 module transformations
TODO
See our website [@babel/helper-module-transforms](https://new.babeljs.io/docs/en/next/babel-helper-module-transforms.html) for more information.
## Install
Using npm:
```sh
npm install --save @babel/helper-module-transforms
```
or using yarn:
```sh
yarn add --save @babel/helper-module-transforms
```
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