Socket
Socket
Sign inDemoInstall

mdast-util-to-hast

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdast-util-to-hast - npm Package Compare versions

Comparing version 10.1.0 to 10.1.1

2

lib/index.js

@@ -52,3 +52,3 @@ 'use strict'

// Handle `data.hName`, `data.hProperties, `data.hChildren`.
if (left && 'data' in left) {
if (left && left.data) {
data = left.data

@@ -55,0 +55,0 @@

{
"name": "mdast-util-to-hast",
"version": "10.1.0",
"version": "10.1.1",
"description": "mdast utility to transform to hast",

@@ -5,0 +5,0 @@ "license": "MIT",

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