🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

@byte-this/html-metadata-reader

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@byte-this/html-metadata-reader - npm Package Compare versions

Comparing version

to
1.0.5

{
"name": "@byte-this/html-metadata-reader",
"version": "1.0.4",
"version": "1.0.5",
"description": "Read all meta tags and their values from an HTML document without the use of the window object",

@@ -5,0 +5,0 @@ "main": "public-api.js",

import { iDocumentMetadataTag } from "./document-metadata-tag";
export interface iDocumentMetadataFormatter {
toDictionary(tags: iDocumentMetadataTag[]): {
[key: string]: string;
[key: string]: string | string[];
};
}