Socket
Socket
Sign inDemoInstall

namp

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

namp - npm Package Compare versions

Comparing version 0.2.15 to 0.2.16

8

lib/namp.js

@@ -832,3 +832,3 @@ /**

while (next().type !== 'blockquote_end') {
body += tok();
body += tok(metadata);
}

@@ -845,3 +845,3 @@

while (next().type !== 'list_end') {
body += tok();
body += tok(metadata);
}

@@ -863,3 +863,3 @@

? parseText()
: tok();
: tok(metadata);
}

@@ -875,3 +875,3 @@

while (next().type !== 'list_item_end') {
body += tok();
body += tok(metadata);
}

@@ -878,0 +878,0 @@

{
"name" : "namp",
"version" : "0.2.15",
"version" : "0.2.16",
"description" : "Markdown parser for Node, with Maruku, GFM, and PHP Extras support, plus more. Based on marked.",

@@ -5,0 +5,0 @@ "keywords" : [ "markdown", "maruku", "gfm", "text processing", "ast" ],

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