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

ember-template-recast

Package Overview
Dependencies
Maintainers
1
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 1.1.2 to 1.1.3

9

CHANGELOG.md
# Change Log
## v1.1.3 (2018-05-19)
#### :bug: Bug Fix
* [#6](https://github.com/ember-template-lint/ember-template-recast/pull/6) Allow for many returning an array of nodes during transform. ([@chadhietala](https://github.com/chadhietala))
#### Committers: 2
- Chad Hietala ([chadhietala](https://github.com/chadhietala))
- Robert Jackson ([rwjblue](https://github.com/rwjblue))
## v1.1.2 (2018-05-19)

@@ -4,0 +13,0 @@

2

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

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -163,7 +163,7 @@ const {

if (isFirstLine) {
if (isFirstLine && firstLineContents) {
updatedLine = firstLineContents.slice(0, start.column) + line;
}
if (isLastLine) {
if (isLastLine && lastLineContents) {
updatedLine += lastLineContents.slice(end.column);

@@ -170,0 +170,0 @@ }

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