Socket
Socket
Sign inDemoInstall

ember-template-recast

Package Overview
Dependencies
Maintainers
3
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 3.2.2 to 3.2.3

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## v3.2.3 (2019-10-15)
#### :bug: Bug Fix
* [#140](https://github.com/ember-template-lint/ember-template-recast/pull/140) Avoid invalid quotes when changing an `AttrNode` value from `TextNode` to `MustacheStatement` ([@zimmi88](https://github.com/zimmi88))
#### Committers: 1
- Tim Lindvall ([@zimmi88](https://github.com/zimmi88))
## v3.2.2 (2019-10-11)

@@ -2,0 +10,0 @@

4

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

@@ -38,3 +38,3 @@ "keywords": [

"tmp": "^0.1.0",
"workerpool": "^5.0.0"
"workerpool": "^5.0.1"
},

@@ -41,0 +41,0 @@ "devDependencies": {

@@ -885,2 +885,5 @@ const { preprocess, print: _print, traverse } = require('@glimmer/syntax');

closeQuote = '"';
} else if (wasQuotableValue && !newValueNeedsQuotes) {
openQuote = '';
closeQuote = '';
}

@@ -887,0 +890,0 @@

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