Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.7 to 3.2.8

14

CHANGELOG.md

@@ -0,1 +1,15 @@

## v3.2.8 (2019-10-28)
#### :bug: Bug Fix
* [#159](https://github.com/ember-template-lint/ember-template-recast/pull/159) Ensure templates with whitespace control are codemoded properly. ([@rwjblue](https://github.com/rwjblue))
#### :memo: Documentation
* [#158](https://github.com/ember-template-lint/ember-template-recast/pull/158) Fix transform documentation ([@dcyriller](https://github.com/dcyriller))
* [#157](https://github.com/ember-template-lint/ember-template-recast/pull/157) Fix method name in README ([@dcyriller](https://github.com/dcyriller))
#### Committers: 3
- Cyrille David ([@dcyriller](https://github.com/dcyriller))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
## v3.2.7 (2019-10-25)

@@ -2,0 +16,0 @@

6

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

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

"dependencies": {
"@glimmer/syntax": "^0.42.2",
"@glimmer/syntax": "^0.43.0",
"async-promise-queue": "^1.0.5",

@@ -49,3 +49,3 @@ "colors": "^1.3.3",

"eslint-plugin-prettier": "^3.1.1",
"execa": "^3.1.0",
"execa": "^3.2.0",
"lerna-changelog": "^0.8.2",

@@ -52,0 +52,0 @@ "prettier": "^1.18.2",

@@ -42,3 +42,3 @@ # ember-template-recast

### traverse
### transform

@@ -52,3 +52,3 @@ Used to easily traverse (and possibly mutate) a given template. Returns the

export interface ASTPluginBuilder {
(env: ASTPluginEnvironment): ASTPlugin;
(env: ASTPluginEnvironment): NodeVisitor;
}

@@ -61,7 +61,2 @@

export interface ASTPlugin {
name: string;
visitor: NodeVisitor;
}
export interface Syntax {

@@ -68,0 +63,0 @@ parse: typeof preprocess;

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