Socket
Socket
Sign inDemoInstall

ember-template-lint

Package Overview
Dependencies
Maintainers
7
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-template-lint - npm Package Compare versions

Comparing version 5.10.3 to 5.11.0

lib/rules/no-at-ember-render-modifiers.js

2

lib/rules/index.js

@@ -24,2 +24,3 @@ // STOP: This file is autogenerated by: npm run update:indices

import noarrayprototypeextensions from './no-array-prototype-extensions.js';
import noatemberrendermodifiers from './no-at-ember-render-modifiers.js';
import noattrsincomponents from './no-attrs-in-components.js';

@@ -144,2 +145,3 @@ import noautofocusattribute from './no-autofocus-attribute.js';

'no-array-prototype-extensions': noarrayprototypeextensions,
'no-at-ember-render-modifiers': noatemberrendermodifiers,
'no-attrs-in-components': noattrsincomponents,

@@ -146,0 +148,0 @@ 'no-autofocus-attribute': noautofocusattribute,

10

package.json
{
"name": "ember-template-lint",
"version": "5.10.3",
"version": "5.11.0",
"description": "Linter for Ember or Handlebars templates.",

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

"get-stdin": "^9.0.0",
"globby": "^13.1.4",
"globby": "^13.2.0",
"is-glob": "^4.0.3",

@@ -94,5 +94,5 @@ "language-tags": "^1.0.8",

"devDependencies": {
"@babel/eslint-parser": "^7.21.8",
"@babel/eslint-parser": "^7.22.5",
"@babel/parser": "^7.21.8",
"@babel/traverse": "^7.22.4",
"@babel/traverse": "^7.22.5",
"@microsoft/jest-sarif": "^1.0.0-beta.0",

@@ -102,3 +102,3 @@ "@release-it-plugins/lerna-changelog": "^5.0.0",

"common-tags": "^1.8.2",
"eslint": "^8.42.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",

@@ -105,0 +105,0 @@ "eslint-plugin-eslint-comments": "^3.2.0",

@@ -111,2 +111,3 @@ # ember-template-lint

| [no-array-prototype-extensions](./docs/rule/no-array-prototype-extensions.md) | ✅ | | | 🔧 |
| [no-at-ember-render-modifiers](./docs/rule/no-at-ember-render-modifiers.md) | | | | |
| [no-attrs-in-components](./docs/rule/no-attrs-in-components.md) | ✅ | | | |

@@ -113,0 +114,0 @@ | [no-autofocus-attribute](./docs/rule/no-autofocus-attribute.md) | ✅ | | ⌨️ | |

Sorry, the diff of this file is too big to display

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