Socket
Socket
Sign inDemoInstall

remark-stringify

Package Overview
Dependencies
14
Maintainers
5
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0 to 7.0.1

2

lib/escape.js

@@ -93,4 +93,2 @@ 'use strict'

character === asterisk ||
(character === exclamationMark &&
value.charAt(position + 1) === leftSquareBracket) ||
character === leftSquareBracket ||

@@ -97,0 +95,0 @@ character === lessThan ||

2

package.json
{
"name": "remark-stringify",
"version": "7.0.0",
"version": "7.0.1",
"description": "remark plugin to compile Markdown",

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

@@ -85,7 +85,7 @@ # remark-stringify

* [API](#api)
* [processor().use(stringify\[, options\])](#processorusestringify-options)
* [stringify.Compiler](#stringifycompiler)
* [`processor().use(stringify[, options])`](#processorusestringify-options)
* [`stringify.Compiler`](#stringifycompiler)
* [Extending the Compiler](#extending-the-compiler)
* [Compiler#visitors](#compilervisitors)
* [function visitor(node\[, parent\])](#function-visitornode-parent)
* [`Compiler#visitors`](#compilervisitors)
* [`function visitor(node[, parent])`](#function-visitornode-parent)
* [Contribute](#contribute)

@@ -92,0 +92,0 @@ * [License](#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