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

remark-captions

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-captions - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

3

dist/index.js

@@ -102,3 +102,4 @@ 'use strict';

return function (node, index, parent) {
if (index > parent.children.length || parent.children[index + 1].type !== 'paragraph') return;
if (index >= parent.children.length - 1) return;
if (parent.children[index + 1].type !== 'paragraph') return;
var legendNode = parent.children[index + 1];

@@ -105,0 +106,0 @@ var firstChild = legendNode.children[0];

{
"name": "remark-captions",
"version": "0.0.12",
"version": "0.0.13",
"repository": {

@@ -5,0 +5,0 @@ "url": "https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-captions",

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