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

gulp-markdown

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-markdown - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

9

package.json
{
"name": "gulp-markdown",
"version": "2.0.1",
"version": "3.0.0",
"description": "Markdown to HTML",

@@ -13,3 +13,3 @@ "license": "MIT",

"engines": {
"node": ">=4"
"node": ">=6"
},

@@ -33,4 +33,4 @@ "scripts": {

"dependencies": {
"marked": "^0.3.9",
"plugin-error": "^0.1.2",
"marked": "^0.4.0",
"plugin-error": "^1.0.1",
"through2": "^2.0.0"

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

"ava": "*",
"p-event": "^2.1.0",
"vinyl": "^2.1.0",

@@ -42,0 +43,0 @@ "xo": "*"

# gulp-markdown [![Build Status](https://travis-ci.org/sindresorhus/gulp-markdown.svg?branch=master)](https://travis-ci.org/sindresorhus/gulp-markdown)
> Markdown to HTML with [`marked`](https://github.com/chjj/marked)
> Markdown to HTML with [`marked`](https://github.com/markedjs/marked)
*Issues with the output should be reported on the `marked` [issue tracker](https://github.com/chjj/marked/issues).*
*Issues with the output should be reported on the `marked` [issue tracker](https://github.com/markedjs/marked/issues).*

@@ -33,7 +33,7 @@

See the `marked` [options](https://github.com/chjj/marked#options-1).
See the `marked` [options](https://marked.js.org/#/USING_ADVANCED.md).
### markdown.marked
Access the `marked` object to customize the [lexer](https://github.com/chjj/marked#access-to-lexer-and-parser), [parser](https://github.com/chjj/marked#access-to-lexer-and-parser) or [renderer](https://github.com/chjj/marked#renderer).
Access the `marked` object to customize the [lexer](https://marked.js.org/#/USING_PRO.md#lexer), [parser](https://marked.js.org/#/USING_PRO.md#parser) or [renderer](https://marked.js.org/#/USING_PRO.md#renderer).

@@ -40,0 +40,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