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.1.3 to 3.2.0

16

CHANGELOG.md

@@ -0,1 +1,17 @@

## v3.2.0 (2019-10-02)
#### :rocket: Enhancement
* [#123](https://github.com/ember-template-lint/ember-template-recast/pull/123) Reexport `builders` from `@glimmer/syntax` ([@Turbo87](https://github.com/Turbo87))
#### :memo: Documentation
* [#93](https://github.com/ember-template-lint/ember-template-recast/pull/93) Add tests ensuring hash mutation order does not matter. ([@rwjblue](https://github.com/rwjblue))
#### :house: Internal
* [#127](https://github.com/ember-template-lint/ember-template-recast/pull/127) Re-roll yarn.lock to avoid issues with yarn@1.19.0 ([@rwjblue](https://github.com/rwjblue))
#### Committers: 3
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
## v3.1.3 (2019-08-16)

@@ -2,0 +18,0 @@

17

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

@@ -25,5 +25,5 @@ "license": "MIT",

"globby": "^10.0.1",
"ora": "^3.4.0",
"ora": "^4.0.2",
"tmp": "^0.1.0",
"workerpool": "^3.1.2"
"workerpool": "^5.0.0"
},

@@ -33,6 +33,6 @@ "devDependencies": {

"common-tags": "^1.8.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint": "^6.2.2",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"lerna-changelog": "^0.8.2",

@@ -72,3 +72,6 @@ "prettier": "^1.18.2",

}
},
"resolutions": {
"handlebars": "4.1.2"
}
}

@@ -41,2 +41,3 @@ const { traverse: _traverse, builders, Walker } = require('@glimmer/syntax');

module.exports = {
builders,
parse,

@@ -43,0 +44,0 @@ print,

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