Socket
Socket
Sign inDemoInstall

remark-parse

Package Overview
Dependencies
24
Maintainers
13
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.1 to 6.0.2

6

lib/tokenize/heading-atx.js

@@ -107,2 +107,8 @@ 'use strict'

// `#` without a queue is part of the content.
if (!pedantic && content && !queue && character === numberSign) {
content += character
continue
}
while (character === numberSign) {

@@ -109,0 +115,0 @@ queue += character

2

lib/unescape.js

@@ -29,3 +29,3 @@ 'use strict'

index = value.indexOf(backslash, prev)
index = value.indexOf(backslash, prev + 1)
}

@@ -32,0 +32,0 @@

{
"name": "remark-parse",
"version": "6.0.1",
"version": "6.0.2",
"description": "Markdown parser for remark",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -34,7 +34,5 @@ # remark-parse [![Travis][build-badge]][build-status] [![Coverage][coverage-badge]][coverage-status] [![Downloads][dl-badge]][dl] [![Size][size-badge]][size] [![Chat][chat-badge]][chat]

* [API](#api)
* [processor.use(parse\[, options\])](#processoruseparse-options)
* [parse.Parser](#parseparser)
* [Extending the Parser](#extending-the-parser)
* [Parser#blockTokenizers](#parserblocktokenizers)

@@ -433,5 +431,5 @@ * [Parser#blockMethods](#parserblockmethods)

[chat-badge]: https://img.shields.io/gitter/room/remarkjs/Lobby.svg
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
[chat]: https://gitter.im/remarkjs/Lobby
[chat]: https://spectrum.chat/unified/remark

@@ -438,0 +436,0 @@ [license]: https://github.com/remarkjs/remark/blob/master/license

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc