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.1 to 2.2.2

24

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

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

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

@@ -29,15 +33,15 @@ "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",
"hast-util-to-string": "^1.0.1",
"prettier": "^1.12.1",
"hast-util-to-string": "^1.0.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.5.0",
"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"
},

@@ -44,0 +48,0 @@ "scripts": {

@@ -7,17 +7,17 @@ # a-rel

List of values viable for use in `rel` attributes on `a`
(and `area`) elements, as defined by the [MicroFormats][extensions] **formats**
and **HTML5 link type extensions** tables.
List of values viable for use in `rel` attributes on `a` (and `area`) elements,
as defined by the [MicroFormats][extensions] **formats** and **HTML5 link type
extensions** tables.
## Installation
## Install
[npm][]:
```bash
```sh
npm install a-rel
```
## Usage
## Use
```javascript
```js
var aRel = require('a-rel')

@@ -47,4 +47,4 @@

`Array.<string>` — List of lower-case possible link types for `rel`
on `a` and `area` elements.
`Array.<string>` — List of lowercase possible link types for `rel` on `a` and
`area` elements.

@@ -59,2 +59,4 @@ ## Related

— List of HTML character encoding labels
* [`html-link-types`](https://github.com/wooorm/html-link-types)
— List of link types as used in HTML
* [`link-rel`](https://github.com/wooorm/link-rel)

@@ -61,0 +63,0 @@ — List of link types for `rel` on `link`

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