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.1.0 to 4.1.1

8

CHANGELOG.md

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

## v4.1.1 (2019-12-11)
#### :bug: Bug Fix
* [#390](https://github.com/ember-cli/ember-cli-htmlbars/pull/390) Ensure reexported components do not throw an error. ([@rwjblue](https://github.com/rwjblue))
#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
## v4.1.0 (2019-12-10)

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

2

lib/colocated-broccoli-plugin.js

@@ -153,3 +153,3 @@ 'use strict';

if (!jsContents.includes('export default')) {
if (hasTemplate && !jsContents.includes('export default')) {
let message = `\`${relativePath}\` does not contain a \`default export\`. Did you forget to export the component class?`;

@@ -156,0 +156,0 @@ jsContents = `${jsContents}\nthrow new Error(${JSON.stringify(message)});`;

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

@@ -77,7 +77,7 @@ "keywords": [

"ember-source-channel-url": "^2.0.1",
"ember-try": "^1.2.1",
"ember-try": "^1.3.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-ember": "^7.2.0",
"eslint-plugin-mocha": "^6.2.0",
"eslint-plugin-ember": "^7.7.1",
"eslint-plugin-mocha": "^6.2.2",
"eslint-plugin-node": "^10.0.0",

@@ -89,3 +89,3 @@ "eslint-plugin-prettier": "^3.1.1",

"module-name-inliner": "link:./tests/dummy/lib/module-name-inliner",
"prettier": "^1.18.2",
"prettier": "^1.19.1",
"qunit-dom": "^0.9.2",

@@ -92,0 +92,0 @@ "release-it": "^12.4.3",

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