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

remark-toc

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-toc - npm Package Compare versions

Comparing version 7.1.0 to 7.2.0

5

package.json
{
"name": "remark-toc",
"version": "7.1.0",
"version": "7.2.0",
"description": "remark plugin to generate a Table of Contents (TOC)",

@@ -49,3 +49,2 @@ "license": "MIT",

"is-hidden": "^1.0.0",
"negate": "^1.0.0",
"nyc": "^15.0.0",

@@ -58,3 +57,3 @@ "prettier": "^2.0.0",

"tinyify": "^3.0.0",
"xo": "^0.37.0"
"xo": "^0.38.0"
},

@@ -61,0 +60,0 @@ "scripts": {

2

types/index.d.ts

@@ -7,3 +7,3 @@ // Minimum TypeScript Version: 3.2

declare namespace remarkToc {
type TOCSettings = Pick<TOCOptions, 'heading' | 'maxDepth' | 'tight' | 'skip'>
type TOCSettings = TOCOptions
}

@@ -10,0 +10,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