Socket
Socket
Sign inDemoInstall

babel-plugin-transform-es2015-modules-umd

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-es2015-modules-umd

This plugin transforms ES2015 modules to UMD


Version published
Weekly downloads
1.3M
increased by4.8%
Maintainers
3
Weekly downloads
 
Created

What is babel-plugin-transform-es2015-modules-umd?

The babel-plugin-transform-es2015-modules-umd npm package is a plugin for Babel, a JavaScript compiler, that transforms ES2015 modules to UMD (Universal Module Definition) format. This allows the modules to be used in various environments, such as AMD, CommonJS, and as global variables.

What are babel-plugin-transform-es2015-modules-umd's main functionalities?

Module Transformation

Transforms ES2015 module syntax into UMD format, making it compatible with different module systems. The code sample shows an ES2015 import statement that would be converted to UMD.

import { square } from './math'; console.log(square(5));

Other packages similar to babel-plugin-transform-es2015-modules-umd

Keywords

FAQs

Package last updated on 25 May 2017

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