Socket
Socket
Sign inDemoInstall

turndown

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

turndown - npm Package Compare versions

Comparing version 5.0.1 to 5.0.3

4

package.json
{
"name": "turndown",
"description": "A library that converts HTML to Markdown",
"version": "5.0.1",
"version": "5.0.3",
"author": "Dom Christie",

@@ -16,3 +16,3 @@ "main": "lib/turndown.cjs.js",

"devDependencies": {
"browserify": "^14.5.0",
"browserify": "^16.2.3",
"rollup": "^0.50.0",

@@ -19,0 +19,0 @@ "rollup-plugin-commonjs": "^8.2.6",

@@ -43,4 +43,8 @@ # Turndown

Options can be passed in to the constructor on instantiation.
Options can be passed in to the constructor on instantiation. For example:
```js
var turndownService = new TurndownService({ option: 'value' })
```
| Option | Valid values | Default |

@@ -47,0 +51,0 @@ | :-------------------- | :------------ | :------ |

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