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.12.0 to 7.13.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

* Fixup yarn.lock (3343ca7)
* [BUGFIX] Make loose mode in class properties transform respect B… (#307) (b750535)
* update to yarn in appveyor (42997b1)
* pin engine.io (f9ccaa3)
* Update async generator tests (b31980e)
* [BUGFIX] Make loose mode in class properties transform respect Babel settings (31a7586)
## v7.12.0 (2019-09-27)

@@ -2,0 +9,0 @@

6

index.js

@@ -296,3 +296,3 @@ 'use strict';

if (shouldIncludeDecoratorPlugins) {
userPlugins = this._addDecoratorPlugins(userPlugins.slice());
userPlugins = this._addDecoratorPlugins(userPlugins.slice(), addonProvidedConfig.options);
}

@@ -330,3 +330,3 @@

_addDecoratorPlugins(plugins) {
_addDecoratorPlugins(plugins, options) {
const { hasPlugin, addPlugin } = require('ember-cli-babel-plugin-helpers');

@@ -360,3 +360,3 @@

plugins,
[require.resolve('@babel/plugin-proposal-class-properties'), { loose: true }],
[require.resolve('@babel/plugin-proposal-class-properties'), { loose: options.loose || false }],
{

@@ -363,0 +363,0 @@ after: ['@babel/plugin-proposal-decorators'],

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

@@ -43,10 +43,10 @@ "keywords": [

"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-transform-modules-amd": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.2.0",
"@babel/core": "^7.7.0",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-decorators": "^7.7.0",
"@babel/plugin-transform-modules-amd": "^7.5.0",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.0",
"@babel/runtime": "^7.7.0",
"amd-name-resolver": "^1.2.1",

@@ -98,2 +98,5 @@ "babel-plugin-debug-macros": "^0.3.0",

},
"resolutions": {
"**/engine.io": "~3.3.0"
},
"publishConfig": {

@@ -100,0 +103,0 @@ "registry": "https://registry.npmjs.org"

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