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.2.2 to 1.2.3

35

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

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

],
"repository": "https://github.com/wooorm/aria-attributes",
"repository": "wooorm/aria-attributes",
"bugs": "https://github.com/wooorm/aria-attributes/issues",

@@ -26,3 +26,3 @@ "author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",

"bail": "^1.0.1",
"browserify": "^14.1.0",
"browserify": "^16.0.0",
"concat-stream": "^1.6.0",

@@ -32,21 +32,32 @@ "esmangle": "^1.0.0",

"rehype-parse": "^4.0.0",
"remark-cli": "^3.0.0",
"remark-preset-wooorm": "^3.0.0",
"remark-cli": "^5.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.4.0",
"unified": "^6.1.5",
"xo": "^0.18.0"
"xo": "^0.20.0"
},
"scripts": {
"build-md": "remark . -qfo",
"build-generate": "node build",
"crawl": "node build",
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
"build-bundle": "browserify index.json -s ariaAttributes > aria-attributes.js",
"build-mangle": "esmangle aria-attributes.js > aria-attributes.min.js",
"build": "npm run build-generate && npm run build-md && npm run build-bundle && npm run build-mangle",
"lint": "xo",
"build": "npm run build-bundle && npm run build-mangle",
"test-api": "node test",
"test": "npm run build && npm run lint && npm run test-api"
"test": "npm run crawl && npm run format && npm run build && npm run test-api"
},
"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": false,
"semi": false,
"trailingComma": "none"
},
"xo": {
"space": true,
"prettier": true,
"esnext": false,
"rules": {
"no-var": "off",
"prefer-arrow-callback": "off"
},
"ignores": [

@@ -53,0 +64,0 @@ "aria-attributes.js"

@@ -16,4 +16,5 @@ # aria-attributes [![Build Status][travis-badge]][travis]

```javascript
var ariaAttributes = require('aria-attributes');
console.log(ariaAttributes);
var ariaAttributes = require('aria-attributes')
console.log(ariaAttributes)
```

@@ -20,0 +21,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