Socket
Socket
Sign inDemoInstall

ember-cli-htmlbars

Package Overview
Dependencies
94
Maintainers
4
Versions
112
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.1 to 5.1.2

9

CHANGELOG.md

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

## v5.1.2 (2020-05-08)
#### :bug: Bug Fix
* [#553](https://github.com/ember-cli/ember-cli-htmlbars/pull/553) Ensure custom templateCompilerPath is an absolute path. ([@rwjblue](https://github.com/rwjblue))
#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
## v5.1.1 (2020-05-07)

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

3

lib/ember-addon-main.js
'use strict';
const path = require('path');
const SilentError = require('silent-error');

@@ -204,3 +205,3 @@ const utils = require('./utils');

if (templateCompilerPath) {
return templateCompilerPath;
return path.resolve(this.project.root, templateCompilerPath);
}

@@ -207,0 +208,0 @@

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

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

"@ember/edition-utils": "^1.2.0",
"babel-plugin-htmlbars-inline-precompile": "^4.0.1",
"babel-plugin-htmlbars-inline-precompile": "^4.1.0",
"broccoli-debug": "^0.6.5",

@@ -66,3 +66,3 @@ "broccoli-persistent-filter": "^2.3.1",

"co": "^4.6.0",
"ember-cli": "~3.16.1",
"ember-cli": "~3.18.0",
"ember-cli-app-version": "^3.2.0",

@@ -69,0 +69,0 @@ "ember-cli-babel": "^7.19.0",

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