Socket
Socket
Sign inDemoInstall

mdast-util-gfm

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdast-util-gfm - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

from-markdown.js

@@ -16,3 +16,3 @@ var autolinkLiteral = require('mdast-util-gfm-autolink-literal/from-markdown')

function configure(extensions) {
var config = {canContainEols: []}
var config = {transforms: [], canContainEols: []}
var length = extensions.length

@@ -37,3 +37,3 @@ var index = -1

if (key === 'canContainEols') {
if (key === 'canContainEols' || key === 'transforms') {
config[key] = [].concat(left, right)

@@ -40,0 +40,0 @@ } else {

{
"name": "mdast-util-gfm",
"version": "0.1.1",
"version": "0.1.2",
"description": "mdast extension to parse and serialize GFM (GitHub Flavored Markdown)",

@@ -57,3 +57,3 @@ "license": "MIT",

"tape": "^5.0.0",
"xo": "^0.35.0"
"xo": "^0.37.0"
},

@@ -60,0 +60,0 @@ "scripts": {

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