Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-htmlbars

Package Overview
Dependencies
Maintainers
2
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 0.7.3 to 0.7.4

5

ember-addon-main.js

@@ -66,7 +66,8 @@ 'use strict';

htmlbarsOptions: function() {
var projectConfig = this.projectConfig();
var projectConfig = this.projectConfig() || {};
var EmberENV = projectConfig.EmberENV || {};
var htmlbarsOptions = {
isHTMLBars: true,
FEATURES: projectConfig.EmberENV.FEATURES,
FEATURES: EmberENV.FEATURES,
templateCompiler: require(this.templateCompilerPath()),

@@ -73,0 +74,0 @@

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

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