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 5.2.1 to 5.2.2

4

index.js

@@ -123,2 +123,3 @@ /* jshint node: true */

_getBabelOptions: function() {
var parentName = typeof this.parent.name === "function" ? this.parent.name() : this.parent.name;
var addonOptions = this._getAddonOptions();

@@ -130,3 +131,4 @@ var options = clone(addonOptions.babel || {});

var ui = this.ui;
options.annotation = 'Babel: ' + parentName;
// pass a console object that wraps the addon's `UI` object

@@ -133,0 +135,0 @@ options.console = {

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

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

@@ -26,3 +26,3 @@ # ember-cli-babel

```js
// Brocfile.js
// ember-cli-build.js

@@ -29,0 +29,0 @@ var app = new EmberApp({

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