@notable/html2markdown
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -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" | ||
} | ||
} |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
78834