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

mkast

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mkast - npm Package Compare versions

Comparing version 1.1.12 to 1.1.13

7

index.js

@@ -155,2 +155,8 @@ var through = require('through3')

function parse(markdown) {
var commonmark = require('commonmark')
, parser = new commonmark.Parser()
return parser.parse(markdown);
}
module.exports = {

@@ -160,4 +166,5 @@ serialize: serialize,

parser: parser,
parse: parse,
Node: require('./lib/node'),
Parser: require('commonmark').Parser
}

2

package.json
{
"name": "mkast",
"version": "1.1.12",
"version": "1.1.13",
"description": "Abstract syntax tree transformer",

@@ -5,0 +5,0 @@ "main": "index.js",

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