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

tocbot

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tocbot - npm Package Compare versions

Comparing version 4.28.2 to 4.29.0

dist/tocbot.cjs

9

package.json
{
"name": "tocbot",
"version": "4.28.2",
"version": "4.29.0",
"description": "Generate a table of contents based on the heading structure of a html document.",
"main": "./dist/tocbot.js",
"main": "./dist/tocbot.cjs",
"module": "./index.js",

@@ -10,3 +10,3 @@ "type": "module",

".": {
"require": "./dist/tocbot.js",
"require": "./dist/tocbot.cjs",
"import": "./index.js",

@@ -42,3 +42,4 @@ "types": "./index.d.ts",

"build": "npm run build-all",
"build-all": "npm run clean && npm run mkdir-dist && npm run build-js && npm run build-js-uglify && npm run build-css && npm run build-dist && npm run build-docs",
"build-all": "npm run clean && npm run mkdir-dist && npm run build-js && npm run build-js-uglify && npm run build-css && npm run build-dist && npm run build-docs && npm run build-cjs",
"build-cjs": "cp ./dist/tocbot.js ./dist/tocbot.cjs",
"build-docs": "npm run build-content && npm run next-build && npm run next-export && npm run fix-jekyll",

@@ -45,0 +46,0 @@ "build-css": "sass --load-path=./node_modules --style=compressed src/scss/:static/css/",

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