Socket
Socket
Sign inDemoInstall

ember-cli-htmlbars

Package Overview
Dependencies
Maintainers
4
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-htmlbars - npm Package Compare versions

Comparing version 5.1.2 to 5.2.0

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## v5.2.0 (2020-06-25)
#### :rocket: Enhancement
* [#527](https://github.com/ember-cli/ember-cli-htmlbars/pull/527) Move template compiler creation to a method on the addon ([@chriseppstein](https://github.com/chriseppstein))
#### Committers: 1
- Chris Eppstein ([@chriseppstein](https://github.com/chriseppstein))
## v5.1.2 (2020-05-08)

@@ -2,0 +11,0 @@

11

lib/ember-addon-main.js

@@ -60,2 +60,9 @@ 'use strict';

// This method is monkey patched by CSS Blocks,
// Please coordinate with @chriseppstein if you need to change it.
transpileTree(inputTree, htmlbarsOptions) {
const TemplateCompiler = require('./template-compiler-plugin');
return new TemplateCompiler(inputTree, htmlbarsOptions);
},
setupPreprocessorRegistry(type, registry) {

@@ -87,6 +94,4 @@ // ensure that broccoli-ember-hbs-template-compiler is not processing hbs files

}
this._addon.logger.debug(`setup *.hbs compiler with ${htmlbarsOptions.pluginNames}`);
const TemplateCompiler = require('./template-compiler-plugin');
return debugTree(new TemplateCompiler(inputTree, htmlbarsOptions), '03-output');
return debugTree(this._addon.transpileTree(inputTree, htmlbarsOptions), '03-output');
},

@@ -93,0 +98,0 @@

{
"name": "ember-cli-htmlbars",
"version": "5.1.2",
"version": "5.2.0",
"description": "A library for adding htmlbars to ember CLI",

@@ -38,3 +38,3 @@ "keywords": [

"broccoli-debug": "^0.6.5",
"broccoli-persistent-filter": "^2.3.1",
"broccoli-persistent-filter": "^3.1.0",
"broccoli-plugin": "^4.0.3",

@@ -54,7 +54,7 @@ "common-tags": "^1.8.0",

"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/plugin-transform-typescript": "^7.9.6",
"@babel/runtime": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-decorators": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/plugin-transform-typescript": "^7.10.1",
"@babel/runtime": "^7.10.2",
"@ember/optional-features": "^1.3.0",

@@ -67,9 +67,11 @@ "babel-eslint": "^10.1.0",

"co": "^4.6.0",
"console-ui": "^2.2.2",
"core-object": "^3.1.5",
"ember-cli": "~3.18.0",
"ember-cli-app-version": "^3.2.0",
"ember-cli-babel": "^7.19.0",
"ember-cli-babel": "^7.20.4",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-inject-live-reload": "^2.0.2",
"ember-cli-template-lint": "^1.0.0",
"ember-cli-version-checker": "^5.0.2",
"ember-cli-version-checker": "^5.1.1",
"ember-export-application-global": "^2.0.1",

@@ -80,9 +82,9 @@ "ember-load-initializers": "^2.1.1",

"ember-resolver": "^8.0.0",
"ember-source": "~3.18.1",
"ember-source": "~3.19.0",
"ember-source-channel-url": "^2.0.1",
"ember-try": "^1.4.0",
"eslint": "^6.8.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-ember": "^8.5.0",
"eslint-plugin-mocha": "^6.3.0",
"eslint-plugin-ember": "^8.5.2",
"eslint-plugin-mocha": "^7.0.1",
"eslint-plugin-node": "^11.1.0",

@@ -92,7 +94,7 @@ "eslint-plugin-prettier": "^3.1.3",

"loader.js": "^4.7.0",
"mocha": "^7.1.2",
"mocha": "^7.2.0",
"module-name-inliner": "link:./tests/dummy/lib/module-name-inliner",
"prettier": "^2.0.5",
"qunit-dom": "^1.2.0",
"release-it": "^13.5.8",
"release-it": "^13.6.1",
"release-it-lerna-changelog": "^2.3.0"

@@ -99,0 +101,0 @@ },

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