Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

n8n-nodes-turndown-html-to-markdown

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-turndown-html-to-markdown - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

dist/nodes/MdTurndown/MdTurndown.node.d.ts
import { IExecuteFunctions } from 'n8n-core';
import { INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow';
export declare class NotionMd implements INodeType {
export declare class MdTurndown implements INodeType {
description: INodeTypeDescription;
execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
}

@@ -29,7 +29,7 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.NotionMd = void 0;
exports.MdTurndown = void 0;
const n8n_workflow_1 = require("n8n-workflow");
const turndown_1 = __importDefault(require("turndown"));
const marked = __importStar(require("marked"));
class NotionMd {
class MdTurndown {
constructor() {

@@ -125,3 +125,3 @@ this.description = {

}
exports.NotionMd = NotionMd;
exports.MdTurndown = MdTurndown;
async function htmlToMarkdown(input) {

@@ -128,0 +128,0 @@ const turndownService = new turndown_1.default();

{
"name": "n8n-nodes-turndown-html-to-markdown",
"version": "1.0.1",
"version": "1.0.2",
"description": "Node to use in n8n that allows you to convert HTML to MarkDown using one of the most famous JS libraries that perform this conversion to Turndown | PT-BR: Nó para usar em n8n que permite converter HTML para MarkDown usando uma das bibliotecas JS mais famosas que realizam essa conversão, Turndown",

@@ -5,0 +5,0 @@ "keywords": [

{
"name": "n8n-nodes-turndown-html-to-markdown",
"version": "1.0.1",
"version": "1.0.2",
"description": "Node to use in n8n that allows you to convert HTML to MarkDown using one of the most famous JS libraries that perform this conversion to Turndown | PT-BR: Nó para usar em n8n que permite converter HTML para MarkDown usando uma das bibliotecas JS mais famosas que realizam essa conversão, Turndown",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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