Socket
Socket
Sign inDemoInstall

ember-cli-babel

Package Overview
Dependencies
Maintainers
4
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.1.6 to 5.1.7

.watchmanconfig

1

config/environment.js

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

/*jshint node:true*/
'use strict';

@@ -2,0 +3,0 @@

6

index.js

@@ -0,1 +1,4 @@

/* jshint node: true */
'use strict';
var checker = require('ember-cli-version-checker');

@@ -5,3 +8,2 @@ var clone = require('clone');

var resolve = require('resolve');
var Funnel = require('broccoli-funnel');

@@ -43,3 +45,3 @@ module.exports = {

var polyfillDir = path.dirname(resolve.sync('babel-core/browser-polyfill', { basedir: transpilerRoot }));
var Funnel = require('broccoli-funnel');
return new Funnel(polyfillDir, {

@@ -46,0 +48,0 @@ files: ['browser-polyfill.js']

{
"name": "ember-cli-babel",
"version": "5.1.6",
"main": "index.js",
"keywords": [
"ember-addon"
],
"author": "Gordon Kristan",
"license": "MIT",
"version": "5.1.7",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build",
"jshint": "jshint",
"start": "ember server",
"test": "ember test"
},
"repository": {

@@ -14,7 +18,7 @@ "type": "git",

},
"scripts": {
"test": "ember test",
"jshint": "jshint",
"bower:install": "bower install"
"engines": {
"node": ">= 0.10.0"
},
"author": "Gordon Kristan",
"license": "MIT",
"bugs": {

@@ -24,2 +28,19 @@ "url": "https://github.com/babel/ember-cli-babel/issues"

"homepage": "https://github.com/babel/ember-cli-babel",
"devDependencies": {
"ember-cli": "^2.6.2",
"ember-cli-app-version": "^1.0.0",
"ember-cli-dependency-checker": "^1.2.0",
"ember-cli-htmlbars": "^1.0.8",
"ember-cli-htmlbars-inline-precompile": "^0.3.2",
"ember-cli-inject-live-reload": "^1.3.1",
"ember-cli-qunit": "^1.0.0",
"ember-cli-release": "0.2.3",
"ember-export-application-global": "^1.0.3",
"ember-load-initializers": "0.5.1",
"ember-resolver": "2.0.3",
"loader.js": "4.0.10"
},
"keywords": [
"ember-addon"
],
"dependencies": {

@@ -32,16 +53,2 @@ "broccoli-babel-transpiler": "^5.4.5",

},
"devDependencies": {
"bower": "^1.4.1",
"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",
"jshint": "^2.6.3"
},
"ember-addon": {

@@ -48,0 +55,0 @@ "configPath": "tests/dummy/config"

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

If you need to customize the way that Babel transforms your code, you can do it by passing in any of the options
found [here](https://babeljs.io/docs/usage/options/). Example:
found [here](https://github.com/babel/babel.github.io/blob/5.0.0/docs/usage/options.md). Example:

@@ -42,2 +42,33 @@ ```js

### Features
Out of the box without a polyfill the following ES6 features are enabled:
| Feature | Supported |
| ------------- | ------------- |
| Arrows and Lexical This | YES |
| Classes | YES |
| Enhanced Object Literals | YES |
| Template Strings | YES |
| Destructuring | YES |
| Default + Rest + Spread | YES |
| Let + Const | YES |
| Iterators + For..Of | NO |
| Generators | NO |
| Comprehensions | YES |
| Unicode | YES |
| Modules | YES |
| Module Loaders | NO |
| Map + Set + WeakMap + WeakSet | NO |
| Proxies | NO |
| Symbols | NO |
| Subclassable Built-ins | PARTIAL |
| Math + Number + String + Object APIs | NO |
| Binary and Octal Literals | PARTIAL |
| Promises | NO |
| Reflect API | NO |
| Tail Calls | PARTIAL |
See the [Babel docs](https://babeljs.io/docs/learn-es2015) for more details
### About Modules

@@ -44,0 +75,0 @@

Sorry, the diff of this file is not supported yet

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