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.0 to 1.0.1

dist/nodes/MdTurndown/free-markdown.png

8

dist/package.json
{
"name": "n8n-nodes-turndown-html-to-markdown",
"version": "1.0.0",
"description": "Nó para utilizar no n8n que permite conver HTML em MarkDown utilizando uma das bibliotecas JS mais famosas que fazem essa converção a Turndown",
"version": "1.0.1",
"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",
"keywords": [

@@ -33,3 +33,3 @@ "n8n-community-node-package"

"nodes": [
"dist/nodes/ExampleNode/ExampleNode.node.js"
"dist/nodes/MdTurndown/MdTurndown.node.js"
]

@@ -40,2 +40,3 @@ },

"@types/request-promise-native": "~1.0.15",
"@types/turndown": "^5.0.4",
"@typescript-eslint/parser": "~5.45",

@@ -50,4 +51,5 @@ "eslint-plugin-n8n-nodes-base": "^1.11.0",

"dependencies": {
"marked": "^11.0.0",
"turndown": "^7.1.2"
}
}
{
"name": "n8n-nodes-turndown-html-to-markdown",
"version": "1.0.0",
"description": "Nó para utilizar no n8n que permite conver HTML em MarkDown utilizando uma das bibliotecas JS mais famosas que fazem essa converção a Turndown",
"version": "1.0.1",
"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",
"keywords": [

@@ -33,3 +33,3 @@ "n8n-community-node-package"

"nodes": [
"dist/nodes/ExampleNode/ExampleNode.node.js"
"dist/nodes/MdTurndown/MdTurndown.node.js"
]

@@ -40,2 +40,3 @@ },

"@types/request-promise-native": "~1.0.15",
"@types/turndown": "^5.0.4",
"@typescript-eslint/parser": "~5.45",

@@ -50,4 +51,5 @@ "eslint-plugin-n8n-nodes-base": "^1.11.0",

"dependencies": {
"marked": "^11.0.0",
"turndown": "^7.1.2"
}
}

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