Socket
Socket
Sign inDemoInstall

marked

Package Overview
Dependencies
Maintainers
1
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marked - npm Package Compare versions

Comparing version 0.0.9 to 0.1.0

6

lib/marked.js

@@ -16,3 +16,3 @@ /**

hr: /^( *[\-*_]){3,} *\n/,
heading: /^ *(#{1,6}) *([^\n#]*) *#*/,
heading: /^ *(#{1,6}) *([^\0]+?) *#* *\n+/,
lheading: /^([^\n]+)\n *(=|-){3,}/,

@@ -316,3 +316,5 @@ blockquote: /^ *>[^\n]*(?:\n *>[^\n]*)*/,

if (cap[2] === '@') {
text = mangle(cap[1]);
text = cap[1][6] === ':'
? mangle(cap[1].substring(7))
: mangle(cap[1]);
href = mangle('mailto:') + text;

@@ -319,0 +321,0 @@ } else {

@@ -5,3 +5,3 @@ {

"author": "Christopher Jeffrey",
"version": "0.0.9",
"version": "0.1.0",
"main": "./lib/marked.js",

@@ -8,0 +8,0 @@ "bin": { "marked": "./bin/marked" },

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