Socket
Socket
Sign inDemoInstall

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 1.0.2 to 1.0.3

7

ember-addon-main.js

@@ -22,4 +22,2 @@ 'use strict';

setupPreprocessorRegistry: function(type, registry) {
var self = this;
// ensure that broccoli-ember-hbs-template-compiler is not processing hbs files

@@ -31,4 +29,5 @@ registry.remove('template', 'broccoli-ember-hbs-template-compiler');

ext: 'hbs',
_addon: this,
toTree: function(tree) {
var htmlbarsOptions = self.htmlbarsOptions();
var htmlbarsOptions = this._addon.htmlbarsOptions();
return htmlbarsCompile(tree, htmlbarsOptions);

@@ -38,3 +37,3 @@ },

precompile: function(string) {
var htmlbarsOptions = self.htmlbarsOptions();
var htmlbarsOptions = this._addon.htmlbarsOptions();
var templateCompiler = htmlbarsOptions.templateCompiler;

@@ -41,0 +40,0 @@ return utils.template(templateCompiler, string);

{
"name": "ember-cli-htmlbars",
"version": "1.0.2",
"version": "1.0.3",
"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