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.1 to 5.10.2

3

lib/rules/no-unsupported-role-attributes.js

@@ -26,3 +26,4 @@ import { roles, elementRoles } from 'aria-query';

}
let implicitRoles = elementRoles.get(elementRoles.keys().find((key) => key.name === element));
const key = elementRoles.keys().find((key) => key.name === element);
const implicitRoles = key && elementRoles.get(key);
return implicitRoles && implicitRoles[0];

@@ -29,0 +30,0 @@ }

{
"name": "ember-template-lint",
"version": "5.10.1",
"version": "5.10.2",
"description": "Linter for Ember or Handlebars templates.",

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

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