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

mdast-util-heading-range

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdast-util-heading-range - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

history.md

@@ -5,2 +5,7 @@ <!--mdast setext-->

1.0.2 / 2015-08-23
==================
* Fix bug where nodes were passed incorrectly ([4b036e4](https://github.com/wooorm/mdast-util-heading-range/commit/4b036e4))
1.0.1 / 2015-08-19

@@ -7,0 +12,0 @@ ==================

2

index.js

@@ -119,3 +119,3 @@ 'use strict';

children[start],
children.slice(start + 1, end - start + 1),
children.slice(start + 1, end),
children[end],

@@ -122,0 +122,0 @@ {

{
"name": "mdast-util-heading-range",
"version": "1.0.1",
"version": "1.0.2",
"description": "Markdown heading as ranges in mdast",

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