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

@rsuite/document-nav

Package Overview
Dependencies
Maintainers
5
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rsuite/document-nav - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

lib/utils/createNavItems.js

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

index: parentIndex ? parentIndex + '.1' : '1',
rtl: true
rtl: rtl
});

@@ -63,3 +63,3 @@ }

key: key + ' ' + _item.anchor,
rtl: true
rtl: rtl
}));

@@ -77,3 +77,3 @@ i = nextIndex;

key: _key + ' ' + _item.anchor,
rtl: true
rtl: rtl
}));

@@ -80,0 +80,0 @@ break;

{
"name": "@rsuite/document-nav",
"version": "1.0.2",
"version": "1.0.3",
"description": "Document navigation is automatically generated based on the HTML title (h1-h6) tag",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -25,3 +25,3 @@ // @flow

index={parentIndex ? `${parentIndex}.1` : '1'}
rtl
rtl={rtl}
/>

@@ -59,3 +59,3 @@ );

key={`${key} ${item.anchor}`}
rtl
rtl={rtl}
/>

@@ -75,3 +75,3 @@ );

key={`${key} ${item.anchor}`}
rtl
rtl={rtl}
/>

@@ -78,0 +78,0 @@ );

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