html-url-attributes
Advanced tools
Comparing version 3.0.0 to 3.0.1
export { urlAttributes } from "./lib/index.js"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -10,1 +10,2 @@ /** | ||
export const urlAttributes: Record<string, Array<string> | null>; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "html-url-attributes", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Map of URL attributes in HTML", | ||
@@ -28,2 +28,3 @@ "license": "MIT", | ||
"index.d.ts", | ||
"index.d.ts.map", | ||
"index.js", | ||
@@ -39,3 +40,8 @@ "lib/" | ||
}, | ||
"xo": false | ||
"xo": { | ||
"prettier": true, | ||
"rules": { | ||
"capitalized-comments": "off" | ||
} | ||
} | ||
} |
@@ -17,15 +17,15 @@ <!--This file is generated--> | ||
* [What is this?](#what-is-this) | ||
* [When should I use this?](#when-should-i-use-this) | ||
* [Install](#install) | ||
* [Use](#use) | ||
* [API](#api) | ||
* [`urlAttributes`](#urlattributes) | ||
* [Syntax](#syntax) | ||
* [Syntax tree](#syntax-tree) | ||
* [Types](#types) | ||
* [Compatibility](#compatibility) | ||
* [Security](#security) | ||
* [Contribute](#contribute) | ||
* [License](#license) | ||
* [What is this?](#what-is-this) | ||
* [When should I use this?](#when-should-i-use-this) | ||
* [Install](#install) | ||
* [Use](#use) | ||
* [API](#api) | ||
* [`urlAttributes`](#urlattributes) | ||
* [Syntax](#syntax) | ||
* [Syntax tree](#syntax-tree) | ||
* [Types](#types) | ||
* [Compatibility](#compatibility) | ||
* [Security](#security) | ||
* [Contribute](#contribute) | ||
* [License](#license) | ||
@@ -32,0 +32,0 @@ ## What is this? |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8675
9