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

ember-cli-template-lint

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-template-lint - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

ext/plugins/lint-block-indentation.js

@@ -90,3 +90,3 @@ 'use strict';

elseBlockStatement._startOffset = 7;
elseBlockStatement._startOffset = 5 + elseBlockStatement.path.original.length;
};

@@ -93,0 +93,0 @@

@@ -13,8 +13,15 @@ 'use strict';

'{{#if isMorning}}' +
' Good morning\n' +
'{{else if isAfternoon}}' +
' Good afternoon\n' +
'{{else}}\n' +
' Good night\n' +
'{{/if}}'
' Good morning\n' +
'{{else if isAfternoon}}' +
' Good afternoon\n' +
'{{else}}\n' +
' Good night\n' +
'{{/if}}',
'{{#if isMorning}}\n' +
' Good morning\n' +
'{{else foo-bar isAfternoon}}\n' +
' Good afternoon\n' +
'{{else}}\n' +
' Good night\n' +
'{{/if}}'
],

@@ -21,0 +28,0 @@

{
"name": "ember-cli-template-lint",
"version": "0.2.2",
"version": "0.2.3",
"description": "The default blueprint for ember-cli addons.",

@@ -5,0 +5,0 @@ "directories": {

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