Socket
Socket
Sign inDemoInstall

ember-template-recast

Package Overview
Dependencies
Maintainers
7
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-template-recast - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3

9

CHANGELOG.md
# Changelog
## v5.0.3 (2021-05-19)
#### :bug: Bug Fix
* [#555](https://github.com/ember-template-lint/ember-template-recast/pull/555) Fix extra quoting being applied to ConcatStatement ([@dcyriller](https://github.com/dcyriller))
#### Committers: 1
- Cyrille David ([@dcyriller](https://github.com/dcyriller))
## v5.0.2 (2021-05-19)

@@ -4,0 +13,0 @@

3

lib/parse-result.js

@@ -737,2 +737,5 @@ "use strict";

if (dirtyFields.has('name')) {
if (!wasQuotableValue) {
quote = '';
}
nameSource = ast.name;

@@ -739,0 +742,0 @@ dirtyFields.delete('name');

2

package.json
{
"name": "ember-template-recast",
"version": "5.0.2",
"version": "5.0.3",
"description": "Non-destructive template transformer.",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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