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

a-rel

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a-rel - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

license

33

package.json
{
"name": "a-rel",
"version": "2.2.0",
"version": "2.2.1",
"description": "List of link types for `rel` on `a` and `area`",

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

"bugs": "https://github.com/wooorm/a-rel/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],

@@ -31,19 +31,19 @@ "main": "index.json",

"browserify": "^16.0.0",
"concat-stream": "^1.6.0",
"esmangle": "^1.0.0",
"hast-util-select": "^1.0.1",
"concat-stream": "^2.0.0",
"hast-util-select": "^3.0.0",
"hast-util-to-string": "^1.0.1",
"prettier": "^1.12.1",
"rehype-parse": "^4.1.0",
"remark-cli": "^5.0.0",
"rehype-parse": "^6.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.4.0",
"unified": "^6.1.6",
"xo": "^0.20.0"
"tinyify": "^2.5.0",
"unified": "^7.0.0",
"xo": "^0.24.0"
},
"scripts": {
"generate": "node build.js",
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
"build-bundle": "browserify index.json -s aRel > a-rel.js",
"build-mangle": "esmangle a-rel.js > a-rel.min.js",
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"build-bundle": "browserify index.json -s aRel -o a-rel.js",
"build-mangle": "browserify index.json -s aRel -p tinyify -o a-rel.min.js",
"build": "npm run build-bundle && npm run build-mangle",

@@ -64,6 +64,5 @@ "test-api": "node test",

"esnext": false,
"rules": {
"no-var": "off",
"prefer-arrow-callback": "off"
}
"ignores": [
"a-rel.js"
]
},

@@ -70,0 +69,0 @@ "remarkConfig": {

@@ -1,3 +0,7 @@

# a-rel [![Build Status][travis-badge]][travis]
# a-rel
[![Build][build-badge]][build]
[![Downloads][downloads-badge]][downloads]
[![Size][size-badge]][size]
List of values viable for use in `rel` attributes on `a`

@@ -66,12 +70,20 @@ (and `area`) elements, as defined by the [MicroFormats][extensions] **formats**

[travis-badge]: https://img.shields.io/travis/wooorm/a-rel.svg
[build-badge]: https://img.shields.io/travis/wooorm/a-rel.svg
[travis]: https://travis-ci.org/wooorm/a-rel
[build]: https://travis-ci.org/wooorm/a-rel
[downloads-badge]: https://img.shields.io/npm/dm/a-rel.svg
[downloads]: https://www.npmjs.com/package/a-rel
[size-badge]: https://img.shields.io/bundlephobia/minzip/a-rel.svg
[size]: https://bundlephobia.com/result?p=a-rel
[npm]: https://docs.npmjs.com/cli/install
[license]: LICENSE
[license]: license
[author]: http://wooorm.com
[author]: https://wooorm.com
[extensions]: http://microformats.org/wiki/existing-rel-values
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