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.1.1 to 1.2.0

39

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

@@ -12,3 +12,2 @@ "license": "MIT",

],
"dependencies": {},
"repository": "https://github.com/wooorm/aria-attributes",

@@ -20,27 +19,22 @@ "bugs": "https://github.com/wooorm/aria-attributes/issues",

],
"engines": {
"node": ">=0.11.0"
},
"main": "index.js",
"files": [
"index.js",
"index.json"
],
"dependencies": {},
"devDependencies": {
"bail": "^1.0.1",
"browserify": "^13.0.0",
"cheerio": "^0.20.0",
"cheerio": "^0.22.0",
"esmangle": "^1.0.0",
"nyc": "^7.1.0",
"remark-cli": "^1.0.0",
"remark-comment-config": "^4.0.0",
"remark-github": "^5.0.0",
"remark-lint": "^4.0.0",
"remark-validate-links": "^4.0.0",
"nyc": "^8.1.0",
"remark-cli": "^2.0.0",
"remark-preset-wooorm": "^1.0.0",
"tape": "^4.4.0",
"xo": "^0.16.0"
"xo": "^0.17.0"
},
"scripts": {
"build-md": "remark . --quiet --frail",
"build-generate": "node build.js",
"build-bundle": "browserify index.js -s ariaAttributes > aria-attributes.js",
"build-generate": "node build",
"build-bundle": "browserify index.json -s ariaAttributes > aria-attributes.js",
"build-mangle": "esmangle aria-attributes.js > aria-attributes.min.js",

@@ -63,4 +57,3 @@ "build": "npm run build-generate && npm run build-md && npm run build-bundle && npm run build-mangle",

"ignores": [
"aria-attributes.js",
"aria-attributes.min.js"
"aria-attributes.js"
]

@@ -70,12 +63,4 @@ },

"output": true,
"plugins": {
"comment-config": null,
"lint": null,
"github": null,
"validate-links": null
},
"settings": {
"bullet": "*"
}
"presets": "wooorm"
}
}
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