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.1 to 5.0.2

10

CHANGELOG.md
# Changelog
## v5.0.2 (2021-05-19)
#### :rocket: Enhancement
* [#569](https://github.com/ember-template-lint/ember-template-recast/pull/569) Export AST and NodeVisitor types from @glimmer/syntax. ([@rwjblue](https://github.com/rwjblue))
#### Committers: 2
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
## v5.0.1 (2020-11-16)

@@ -4,0 +14,0 @@

1

lib/index.d.ts

@@ -51,4 +51,5 @@ import { traverse, builders, Walker } from '@glimmer/syntax';

export declare function transform(options: TransformOptions): TransformResult;
export type { AST, NodeVisitor } from '@glimmer/syntax';
export { builders, traverse } from '@glimmer/syntax';
export { sourceForLoc } from './utils';
//# sourceMappingURL=index.d.ts.map

2

lib/parse-result.js

@@ -731,3 +731,3 @@ "use strict";

}
let [, nameSource, postNameWhitespace, equals, postEqualsWhitespace, quote,] = attrNodePartsResults;
let [, nameSource, postNameWhitespace, equals, postEqualsWhitespace, quote] = attrNodePartsResults;
let valueSource = this.sourceForLoc(attrNode.value.loc);

@@ -734,0 +734,0 @@ // does not include ConcatStatement because `_print` automatically

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

@@ -40,29 +40,29 @@ "keywords": [

"colors": "^1.4.0",
"commander": "^6.2.0",
"globby": "^11.0.1",
"ora": "^5.1.0",
"commander": "^6.2.1",
"globby": "^11.0.3",
"ora": "^5.4.0",
"slash": "^3.0.0",
"tmp": "^0.2.1",
"workerpool": "^6.0.3"
"workerpool": "^6.1.4"
},
"devDependencies": {
"@types/common-tags": "^1.8.0",
"@types/jest": "^26.0.15",
"@types/jest": "^26.0.23",
"@types/workerpool": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"broccoli-test-helper": "^2.0.0",
"common-tags": "^1.8.0",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"execa": "^4.0.3",
"eslint-plugin-prettier": "^3.4.0",
"execa": "^5.0.0",
"jest": "^26.6.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"release-it": "^14.2.1",
"prettier": "^2.3.0",
"release-it": "^14.6.2",
"release-it-lerna-changelog": "^3.1.0",
"ts-jest": "^26.4.4",
"typescript": "~4.0.5"
"ts-jest": "^26.5.6",
"typescript": "~4.2.4"
},

@@ -69,0 +69,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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