New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aria-attributes

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aria-attributes - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

24

package.json
{
"name": "aria-attributes",
"version": "1.3.1",
"version": "1.3.2",
"description": "List of ARIA attributes",

@@ -14,2 +14,6 @@ "license": "MIT",

"bugs": "https://github.com/wooorm/aria-attributes/issues",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",

@@ -25,14 +29,14 @@ "contributors": [

"devDependencies": {
"bail": "^1.0.1",
"bail": "^1.0.0",
"browserify": "^16.0.0",
"concat-stream": "^2.0.0",
"hast-util-select": "^3.0.0",
"prettier": "^1.12.0",
"prettier": "^1.0.0",
"rehype-parse": "^6.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.4.0",
"tinyify": "^2.4.3",
"unified": "^7.0.0",
"xo": "^0.24.0"
"remark-cli": "^7.0.0",
"remark-preset-wooorm": "^6.0.0",
"tape": "^4.0.0",
"tinyify": "^2.0.0",
"unified": "^8.0.0",
"xo": "^0.25.0"
},

@@ -46,3 +50,3 @@ "scripts": {

"test-api": "node test",
"test": "npm run crawl && npm run format && npm run build && npm run test-api"
"test": "npm run format && npm run build && npm run test-api"
},

@@ -49,0 +53,0 @@ "prettier": {

@@ -9,13 +9,13 @@ # aria-attributes

## Installation
## Install
[npm][]:
```bash
```sh
npm install aria-attributes
```
## Usage
## Use
```javascript
```js
var ariaAttributes = require('aria-attributes')

@@ -34,3 +34,3 @@

'aria-checked',
// ...
// …
'aria-valuemax',

@@ -47,4 +47,3 @@ 'aria-valuemin',

`Array.<string>` — List of lower-case dash-cased attributes (including
`role`).
`Array.<string>` — List of lowercase dash-cased attributes (including `role`).

@@ -51,0 +50,0 @@ ## License

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