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.12.0 to 5.13.0

lib/rules/no-builtin-form-components.js

2

lib/rules/index.js

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

import noblockparamsforhtmlelements from './no-block-params-for-html-elements.js';
import nobuiltinformcomponents from './no-builtin-form-components.js';
import nocapitalarguments from './no-capital-arguments.js';

@@ -152,2 +153,3 @@ import noclassbindings from './no-class-bindings.js';

'no-block-params-for-html-elements': noblockparamsforhtmlelements,
'no-builtin-form-components': nobuiltinformcomponents,
'no-capital-arguments': nocapitalarguments,

@@ -154,0 +156,0 @@ 'no-class-bindings': noclassbindings,

2

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

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

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

| [no-block-params-for-html-elements](./docs/rule/no-block-params-for-html-elements.md) | ✅ | | | |
| [no-builtin-form-components](./docs/rule/no-builtin-form-components.md) | | | | |
| [no-capital-arguments](./docs/rule/no-capital-arguments.md) | ✅ | | | |

@@ -119,0 +120,0 @@ | [no-class-bindings](./docs/rule/no-class-bindings.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