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 2.0.2 to 2.0.3

8

dist/types.d.ts

@@ -1,2 +0,2 @@

declare type Options = {
type Options = {
br?: string;

@@ -14,3 +14,3 @@ bulletListMarker?: '-' | '+' | '*';

};
declare type Parser = {
type Parser = {
new (): {

@@ -20,4 +20,4 @@ parseFromString: (html: string, mimeType: string) => Document;

};
declare type TurndownOptions = import('turndown').Options;
declare type TurndownService = import('turndown');
type TurndownOptions = import('turndown').Options;
type TurndownService = import('turndown');
export type { Options, TurndownOptions, TurndownService };
{
"name": "@notable/html2markdown",
"repository": "github:fabiospampinato/@notable/html2markdown",
"repository": "github:notable/html2markdown",
"description": "A small function for converting HTML to Markdown.",
"version": "2.0.2",
"version": "2.0.3",
"type": "module",

@@ -16,3 +16,3 @@ "main": "dist/index.js",

"test:watch": "tsex test --watch",
"prepublishOnly": "npm run clean && npm run compile && npm run test"
"prepublishOnly": "tsex prepare"
},

@@ -30,6 +30,6 @@ "keywords": [

"domino": "^2.1.6",
"fava": "^0.0.6",
"tsex": "^1.1.2",
"typescript": "^4.8.4"
"fava": "^0.2.1",
"tsex": "^3.0.1",
"typescript": "^5.1.6"
}
}
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