New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@notable/html2markdown

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@notable/html2markdown - npm Package Compare versions

Comparing version

to
2.0.2

2

dist/types.d.ts

@@ -16,3 +16,3 @@ declare type Options = {

new (): {
parseFromString: (html: string, mimeType?: string) => Document;
parseFromString: (html: string, mimeType: string) => Document;
};

@@ -19,0 +19,0 @@ };

@@ -5,3 +5,3 @@ {

"description": "A small function for converting HTML to Markdown.",
"version": "2.0.1",
"version": "2.0.2",
"type": "module",

@@ -8,0 +8,0 @@ "main": "dist/index.js",

@@ -20,3 +20,3 @@

new (): {
parseFromString: ( html: string, mimeType?: string ) => Document
parseFromString: ( html: string, mimeType: string ) => Document
}

@@ -23,0 +23,0 @@ };