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.4 to 3.2.5

8

CHANGELOG.md

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

## v3.2.5 (2019-10-17)
#### :bug: Bug Fix
* [#148](https://github.com/ember-template-lint/ember-template-recast/pull/148) Fix invalid recursive dirtying when mutating nodes (significant performance improvement). ([@zimmi88](https://github.com/zimmi88))
#### Committers: 1
- Tim Lindvall ([@zimmi88](https://github.com/zimmi88))
## v3.2.4 (2019-10-16)

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

2

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

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

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

let ancestor = this.ancestor.get(node);
while (ancestor !== null) {
if (ancestor !== null) {
this.markAsDirty(ancestor.node, ancestor.key);
ancestor = this.ancestor.get(ancestor.node);
}

@@ -213,0 +212,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