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

rehype-footnotes-title

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rehype-footnotes-title - npm Package Compare versions

Comparing version 0.0.29 to 0.0.30

7

dist/index.js

@@ -1,2 +0,2 @@

'use strict';
"use strict";

@@ -16,3 +16,4 @@ var visit = require('unist-util-visit');

var placeholderIndex = title.indexOf('$id');
var thisTitle = void 0;
var thisTitle;
if (placeholderIndex !== -1) {

@@ -23,2 +24,3 @@ thisTitle = title.split('');

}
if (!thisTitle) thisTitle = identifier;

@@ -28,2 +30,3 @@ node.properties.title = thisTitle;

}
return transformer;

@@ -30,0 +33,0 @@ }

{
"name": "rehype-footnotes-title",
"version": "0.0.29",
"version": "0.0.30",
"repository": {

@@ -37,3 +37,3 @@ "url": "https://github.com/zestedesavoir/zmarkdown/tree/master/packages/rehype-footnotes-title",

},
"gitHead": "1dded309a2670689a4a3353f9e38b80624c6df1a"
"gitHead": "7b61723ac4ca1900270d56c7787c08b6887fcb4c"
}
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