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.5 to 0.7.6

6

index.js

@@ -50,6 +50,8 @@ 'use strict';

TemplateCompiler.prototype.processString = function (string/*, relativePath */) {
return 'export default Ember.HTMLBars.template(' + this.precompile(string, false) + ');';
TemplateCompiler.prototype.processString = function (string, relativePath) {
return 'export default Ember.HTMLBars.template(' + this.precompile(string, {
moduleName: relativePath
}) + ');';
};
module.exports = TemplateCompiler;
{
"name": "ember-cli-htmlbars",
"version": "0.7.5",
"version": "0.7.6",
"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