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

aria-query

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aria-query - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

CHANGELOG.md

@@ -12,1 +12,5 @@ # aria-query Change Log

- Add Watchman config file.
## 2.0.1
- Added aria-errormessage to the ARIA Props Map.

14

lib/ariaPropsMap.js

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

var ariaPropsMap = new Map([['aria-activedescendant', {
'type': 'string'
'type': 'id'
}], ['aria-atomic', {

@@ -27,3 +27,3 @@ 'type': 'boolean'

}], ['aria-controls', {
'type': 'string'
'type': 'idlist'
}], ['aria-current', {

@@ -33,3 +33,3 @@ type: 'token',

}], ['aria-describedby', {
'type': 'string'
'type': 'idlist'
}], ['aria-disabled', {

@@ -40,2 +40,4 @@ 'type': 'boolean'

'values': ['copy', 'move', 'link', 'execute', 'popup', 'none']
}], ['aria-errormessage', {
'type': 'string'
}], ['aria-expanded', {

@@ -45,3 +47,3 @@ 'type': 'boolean',

}], ['aria-flowto', {
'type': 'string'
'type': 'idlist'
}], ['aria-grabbed', {

@@ -63,3 +65,3 @@ 'type': 'boolean',

}], ['aria-labelledby', {
'type': 'string'
'type': 'idlist'
}], ['aria-level', {

@@ -80,3 +82,3 @@ 'type': 'integer'

}], ['aria-owns', {
'type': 'string'
'type': 'idlist'
}], ['aria-placeholder', {

@@ -83,0 +85,0 @@ type: 'string'

@@ -13,3 +13,5 @@ 'use strict';

props: {},
relatedConcepts: [{
relatedConcepts: [
// frame tag on html5 is deprecated
{
module: 'HTML',

@@ -20,3 +22,8 @@ concept: {

}, {
module: 'HTML',
concept: {
name: 'section'
}
}, {
concept: {
name: 'Device Independence Glossart perceivable unit'

@@ -23,0 +30,0 @@ }

{
"name": "aria-query",
"version": "2.0.0",
"version": "2.0.1",
"description": "Programmatic access to the ARIA specification",

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

[![Build Status](https://travis-ci.org/A11yance/aria-query.svg?branch=master)](https://travis-ci.org/A11yance/aria-query)
**NOTICE: The API for ARIA Query is very much under development until a major version release. Please be aware that data structures might change in minor version releases before 1.0.0 is released.**
CDN URL: https://npm-cdn.com/pkg/aria-query/

@@ -6,0 +4,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