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.1.7 to 5.1.8

15

index.js

@@ -72,2 +72,17 @@ /* jshint node: true */

// pass a console object that wraps the addon's `UI` object
options.console = {
log: function(message) {
addonContext.ui.writeInfoLine(message);
},
warn: function(message) {
addonContext.ui.writeWarnLine(message);
},
error: function(message) {
addonContext.ui.writeError(message, 'ERROR');
}
};
// Ensure modules aren't compiled unless explicitly set to compile

@@ -74,0 +89,0 @@ options.blacklist = options.blacklist || ['es6.modules'];

13

package.json
{
"name": "ember-cli-babel",
"version": "5.1.7",
"version": "5.1.8",
"directories": {

@@ -14,2 +14,5 @@ "doc": "doc",

},
"files": [
"index.js"
],
"repository": {

@@ -35,8 +38,8 @@ "type": "git",

"ember-cli-inject-live-reload": "^1.3.1",
"ember-cli-qunit": "^1.0.0",
"ember-cli-release": "0.2.3",
"ember-cli-qunit": "^2.2.1",
"ember-cli-release": "0.2.9",
"ember-export-application-global": "^1.0.3",
"ember-load-initializers": "0.5.1",
"ember-resolver": "2.0.3",
"loader.js": "4.0.10"
"loader.js": "4.0.11"
},

@@ -47,3 +50,3 @@ "keywords": [

"dependencies": {
"broccoli-babel-transpiler": "^5.4.5",
"broccoli-babel-transpiler": "^5.6.0",
"broccoli-funnel": "^1.0.0",

@@ -50,0 +53,0 @@ "clone": "^1.0.2",

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