Socket
Socket
Sign inDemoInstall

html-url-attributes

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-url-attributes - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

index.d.ts.map

1

index.d.ts
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

10

package.json
{
"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?

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