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 4.0.0 to 4.0.1

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## v4.0.1 (2019-09-25)
#### :bug: Bug Fix
* [#304](https://github.com/ember-cli/ember-cli-htmlbars/pull/304) Do nothing in ColocatedTemplateProcessor if input tree is empty. ([@rwjblue](https://github.com/rwjblue))
#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
## v4.0.0 (2019-09-24)

@@ -2,0 +10,0 @@

@@ -36,2 +36,7 @@ 'use strict';

if (files.length === 0) {
// nothing to do, bail
return;
}
let root = detectRootName(files);

@@ -38,0 +43,0 @@

6

package.json
{
"name": "ember-cli-htmlbars",
"version": "4.0.0",
"version": "4.0.1",
"description": "A library for adding htmlbars to ember CLI",

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

"ember-cli-app-version": "^3.2.0",
"ember-cli-babel": "^7.11.0",
"ember-cli-babel": "^7.11.1",
"ember-cli-dependency-checker": "^3.2.0",

@@ -66,3 +66,3 @@ "ember-cli-inject-live-reload": "^2.0.1",

"ember-qunit": "^4.5.1",
"ember-resolver": "^5.2.1",
"ember-resolver": "^5.3.0",
"ember-source": "~3.13.0",

@@ -69,0 +69,0 @@ "ember-source-channel-url": "^2.0.1",

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