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 2.0.0 to 2.0.1

3

ember-addon-main.js

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

let htmlbarsOptions = this._addon.htmlbarsOptions();
return require('./index')(tree, htmlbarsOptions);
let TemplateCompiler = require('./index');
return new TemplateCompiler(tree, htmlbarsOptions);
},

@@ -25,0 +26,0 @@

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