Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.0 to 1.2.1

36

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

@@ -18,3 +18,3 @@ "license": "MIT",

],
"main": "index.js",
"main": "index.json",
"files": [

@@ -26,13 +26,15 @@ "index.json"

"bail": "^1.0.1",
"browserify": "^13.0.0",
"cheerio": "^0.22.0",
"browserify": "^14.1.0",
"concat-stream": "^1.6.0",
"esmangle": "^1.0.0",
"nyc": "^8.1.0",
"remark-cli": "^2.0.0",
"remark-preset-wooorm": "^1.0.0",
"hast-util-select": "^1.0.0",
"rehype-parse": "^4.0.0",
"remark-cli": "^3.0.0",
"remark-preset-wooorm": "^3.0.0",
"tape": "^4.4.0",
"xo": "^0.17.0"
"unified": "^6.1.5",
"xo": "^0.18.0"
},
"scripts": {
"build-md": "remark . --quiet --frail",
"build-md": "remark . -qfo",
"build-generate": "node build",

@@ -44,14 +46,7 @@ "build-bundle": "browserify index.json -s ariaAttributes > aria-attributes.js",

"test-api": "node test",
"test-coverage": "nyc --reporter lcov tape test.js",
"test": "npm run build && npm run lint && npm run test-coverage"
"test": "npm run build && npm run lint && npm run test-api"
},
"nyc": {
"check-coverage": true,
"lines": 100,
"functions": 100,
"branches": 100
},
"xo": {
"space": true,
"rules": {},
"esnext": false,
"ignores": [

@@ -62,5 +57,6 @@ "aria-attributes.js"

"remarkConfig": {
"output": true,
"presets": "wooorm"
"plugins": [
"preset-wooorm"
]
}
}

@@ -1,2 +0,2 @@

# aria-attributes [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
# aria-attributes [![Build Status][travis-badge]][travis]

@@ -77,6 +77,2 @@ List of attributes defined by [ARIA][spec].

[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/aria-attributes.svg
[codecov]: https://codecov.io/github/wooorm/aria-attributes
[npm]: https://docs.npmjs.com/cli/install

@@ -83,0 +79,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