Socket
Socket
Sign inDemoInstall

ember-template-recast

Package Overview
Dependencies
11
Maintainers
7
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0 to 5.0.1

lib/bin.d.ts

12

CHANGELOG.md
# Changelog
## v5.0.1 (2020-11-16)
#### :bug: Bug Fix
* [#400](https://github.com/ember-template-lint/ember-template-recast/pull/400) Publish types and sourcemaps ([@rwjblue](https://github.com/rwjblue))
#### :house: Internal
* [#399](https://github.com/ember-template-lint/ember-template-recast/pull/399) Update to latest glimmer-vm. ([@rwjblue](https://github.com/rwjblue))
#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
## v5.0.0 (2020-11-04)

@@ -4,0 +16,0 @@

1

lib/bin.js

@@ -48,1 +48,2 @@ #!/usr/bin/env node

}
//# sourceMappingURL=bin.js.map

@@ -83,1 +83,2 @@ "use strict";

Object.defineProperty(exports, "sourceForLoc", { enumerable: true, get: function () { return utils_1.sourceForLoc; } });
//# sourceMappingURL=index.js.map

@@ -825,1 +825,2 @@ "use strict";

exports.default = ParseResult;
//# sourceMappingURL=parse-result.js.map

@@ -224,1 +224,2 @@ "use strict";

}
//# sourceMappingURL=runner.js.map

@@ -87,1 +87,2 @@ "use strict";

exports.getLines = getLines;
//# sourceMappingURL=utils.js.map

@@ -82,1 +82,2 @@ "use strict";

});
//# sourceMappingURL=worker.js.map

18

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

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

"dependencies": {
"@glimmer/reference": "^0.62.4",
"@glimmer/syntax": "^0.62.4",
"@glimmer/validator": "^0.62.4",
"@glimmer/reference": "^0.65.0",
"@glimmer/syntax": "^0.65.0",
"@glimmer/validator": "^0.65.0",
"async-promise-queue": "^1.0.5",

@@ -52,7 +52,7 @@ "colors": "^1.4.0",

"@types/workerpool": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"broccoli-test-helper": "^2.0.0",
"common-tags": "^1.8.0",
"eslint": "^7.12.1",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",

@@ -62,3 +62,3 @@ "eslint-plugin-node": "^11.1.0",

"execa": "^4.0.3",
"jest": "^26.6.1",
"jest": "^26.6.3",
"npm-run-all": "^4.1.5",

@@ -68,3 +68,3 @@ "prettier": "^2.1.2",

"release-it-lerna-changelog": "^3.1.0",
"ts-jest": "^26.4.3",
"ts-jest": "^26.4.4",
"typescript": "~4.0.5"

@@ -71,0 +71,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc