Socket
Socket
Sign inDemoInstall

ember-cli-babel

Package Overview
Dependencies
3
Maintainers
3
Versions
154
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0 to 4.2.0

.jshintignore

4

index.js

@@ -41,4 +41,6 @@ var checker = require('ember-cli-version-checker');

if (options.blacklist.indexOf('es6.modules') >= 0) {
options.blacklist.splice(options.indexOf('es6.modules'), 1);
options.blacklist.splice(options.blacklist.indexOf('es6.modules'), 1);
}
delete options.compileModules;
} else {

@@ -45,0 +47,0 @@ if (options.blacklist.indexOf('es6.modules') < 0) {

{
"name": "ember-cli-babel",
"version": "4.1.0",
"version": "4.2.0",
"main": "index.js",

@@ -22,3 +22,18 @@ "keywords": [

"ember-cli-version-checker": "^1.0.2"
},
"devDependencies": {
"broccoli-asset-rev": "^2.0.0",
"ember-cli": "^0.2.0",
"ember-cli-app-version": "0.3.1",
"ember-cli-dependency-checker": "0.0.7",
"ember-cli-htmlbars": "^0.7.4",
"ember-cli-qunit": "0.3.7",
"ember-cli-uglify": "1.0.1",
"ember-export-application-global": "^1.0.2",
"express": "^4.8.5",
"glob": "^4.0.5"
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
}

@@ -1,2 +0,2 @@

# ember-cli-babel
# ember-cli-babel [![Build Status](https://travis-ci.org/babel/ember-cli-babel.svg?branch=master)](https://travis-ci.org/babel/ember-cli-babel)

@@ -3,0 +3,0 @@ This Ember-CLI plugin uses [Babel](https://babeljs.io/) to allow you to use ES6 syntax with your

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc