Socket
Socket
Sign inDemoInstall

babel-environment-udemy

Package Overview
Dependencies
168
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.5.0

CHANGELOG.md

2

package.json
{
"name": "babel-environment-udemy",
"version": "0.4.0",
"version": "0.5.0",
"description": "Udemy's Babel environment",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,1 +0,29 @@

In progress.
Udemy Babel Environment for our Website
===================================
This is the main configuration used by our
[`udemy/website-django/static/`](https://github.com/udemy/website-django/tree/master/static/src/udemy/js/entry/main.js#L1) codebase.
# Installation
Install [Babel](https://www.github.com/babel/babel) locally.
$ yarn add babel
Install the Udemy Babel Environment locally.
$ yarn add babel-environment-udemy
# Configuration
At the top of your entry JavaScript file `import` the Udemy Babel Environment.
```js
// At index.js
import 'babel-environment-udemy';
```
# Contributing
See [Contributing](/README.md#contributing).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc