Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.1.6 to 0.1.7

4

lib/markdown.js

@@ -801,4 +801,4 @@ // Released under MIT license

var res;
if ( m[2] in this.dialect.inline ) {
res = this.dialect.inline[ m[2] ].call(
if ( m[2] in Markdown.dialects.Gruber.inline ) {
res = Markdown.dialects.Gruber.inline[ m[2] ].call(
this,

@@ -805,0 +805,0 @@ text.substr( m.index ), m, previous_nodes || [] );

{
"name" : "namp",
"version" : "0.1.6",
"version" : "0.1.7",
"description" : "Markdown parser for Node, with Maruku, GFM, and PHP Extras support, plus more.",

@@ -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