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.0.0 to 1.0.1

3

index.js

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

[ /\</g, '&lt;' ],
[ /\>/g, '&gt;' ] ]
[ /\>/g, '&gt;' ],
[ /_/g, '\\_' ] ]

@@ -13,0 +14,0 @@ module.exports = function(string) {

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

@@ -6,0 +6,0 @@ "devDependencies": {

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