Socket
Socket
Sign inDemoInstall

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.2.2 to 1.2.3

5

index.js
var through = require('through3')
, commonmark = require('commonmark')
, LineStream = require('stream-lines')

@@ -190,3 +191,5 @@ , Walk = require('./lib/walk')

createDocumentFragment: Node.createDocumentFragment,
Parser: require('commonmark').Parser
commonmark: commonmark,
Renderer: require('commonmark/lib/render/renderer'),
Parser: commonmark.Parser
}

2

package.json
{
"name": "mkast",
"version": "1.2.2",
"version": "1.2.3",
"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