Socket
Socket
Sign inDemoInstall

markdown-escape

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-escape - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

3

index.js

@@ -11,3 +11,4 @@ var replacements = [

[/>/g, '>', 'angle brackets'],
[/_/g, '\\_', 'underscores']
[/_/g, '\\_', 'underscores'],
[/`/g, '\\`', 'codeblocks']
]

@@ -14,0 +15,0 @@

{
"name": "markdown-escape",
"description": "escape Markdown control characters",
"version": "1.1.0",
"version": "2.0.0",
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com/)",

@@ -10,3 +10,3 @@ "files": [

"devDependencies": {
"commonmark": "^0.29.1",
"commonmark": "^0.30.0",
"defence-cli": "^3.0.1",

@@ -13,0 +13,0 @@ "replace-require-self": "^1.1.1",

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