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.3 to 0.4.4

4

ext/plugins/transform-quoted-class.js

@@ -40,2 +40,6 @@ var Walker = require('htmlbars').Walker;

while (eachValue = values[eachIndex]) {
if (eachValue.type === 'TextNode') {
return; // TextNode means no dynamic parts
}
if (eachValue.type === 'StringLiteral') {

@@ -42,0 +46,0 @@ parts = eachValue.value.split(' ');

2

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc