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 0.4.2 to 0.4.3

8

ext/plugins/transform-quoted-class.js

@@ -37,3 +37,3 @@ var Walker = require('htmlbars').Walker;

var eachIndex = 0;
var eachValue, currentValue, parts;
var eachValue, currentValue, parts, containsNonStringLiterals;
var i, l;

@@ -57,2 +57,3 @@ while (eachValue = values[eachIndex]) {

} else {
containsNonStringLiterals = true;
if (!currentValue) {

@@ -66,3 +67,6 @@ currentValue = buildConcatASTNode();

}
attribute.value = quotedValues;
if (containsNonStringLiterals) {
attribute.value = quotedValues;
}
}

@@ -69,0 +73,0 @@ });

{
"name": "ember-cli-htmlbars",
"version": "0.4.2",
"version": "0.4.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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc