Socket
Socket
Sign inDemoInstall

ember-cli-babel

Package Overview
Dependencies
Maintainers
5
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-babel - npm Package Compare versions

Comparing version 7.13.0 to 7.13.1

12

CHANGELOG.md

@@ -0,1 +1,13 @@

## v7.13.1 (2019-12-12)
#### :bug: Bug Fix
* [#311](https://github.com/babel/ember-cli-babel/pull/311) Include decorator and class field plugins after TypeScript, if present ([@dfreeman](https://github.com/dfreeman))
#### :memo: Documentation
* [#309](https://github.com/babel/ember-cli-babel/pull/309) README: Update an outdated link ([@dcyriller](https://github.com/dcyriller))
#### Committers: 2
- Cyrille David ([@dcyriller](https://github.com/dcyriller))
- Dan Freeman ([@dfreeman](https://github.com/dfreeman))
* Fixup yarn.lock (3343ca7)

@@ -2,0 +14,0 @@ * [BUGFIX] Make loose mode in class properties transform respect B… (#307) (b750535)

6

index.js

@@ -343,3 +343,4 @@ 'use strict';

{
before: ['@babel/plugin-proposal-class-properties', '@babel/plugin-transform-typescript']
before: ['@babel/plugin-proposal-class-properties'],
after: ['@babel/plugin-transform-typescript']
}

@@ -361,4 +362,3 @@ );

{
after: ['@babel/plugin-proposal-decorators'],
before: ['@babel/plugin-transform-typescript']
after: ['@babel/plugin-proposal-decorators', '@babel/plugin-transform-typescript']
}

@@ -365,0 +365,0 @@ );

{
"name": "ember-cli-babel",
"version": "7.13.0",
"version": "7.13.1",
"description": "Ember CLI addon for Babel",

@@ -5,0 +5,0 @@ "keywords": [

@@ -8,4 +8,4 @@ # ember-cli-babel

This Ember-CLI plugin uses [Babel](https://babeljs.io/) and
[babel-preset-env](https://github.com/babel/babel-preset-env) to allow you to
use ES6 syntax with your Ember CLI project.
[@babel/preset-env](https://babeljs.io/docs/en/next/babel-preset-env.html) to
allow you to use latest Javascript in your Ember CLI project.

@@ -12,0 +12,0 @@ ## Table of Contents

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