Socket
Socket
Sign inDemoInstall

doctoc

Package Overview
Dependencies
14
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.0 to 0.7.1

6

lib/get-html-headers.js

@@ -18,2 +18,8 @@ 'use strict';

}
// in case we didn't find a matching line, which is odd,
// we'll have to assume it's right on the next line
x.line = ++current;
x.name = x.text.join('');
return x
})

@@ -20,0 +26,0 @@ }

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Generates TOC for markdown files of local git repo.",
"version": "0.7.0",
"version": "0.7.1",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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

'- [API](#api)',
' - [dockops::Containers(docker) → {Object}](#dockopscontainersdocker-→-{object})',
' - [dockops::Containers(docker) → {Object}](#dockopscontainersdocker-→-object)',
' - [Parameters:](#parameters)',

@@ -43,3 +43,3 @@ ' - [Returns:](#returns)',

'- [API](#api)',
' - [dockops::Containers(docker) → {Object}](#dockopscontainersdocker-→-{object})',
' - [dockops::Containers(docker) → {Object}](#dockopscontainersdocker-→-object)',
' - [dockops::Containers::activePorts(cb)](#dockopscontainersactiveportscb)',

@@ -51,4 +51,3 @@ ' - [dockops::Containers::clean(id, cb)](#dockopscontainerscleanid-cb)',

)
t.end()
})
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc