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

gitbook-comment

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-comment - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "gitbook-comment",
"version": "1.0.1",
"version": "1.0.2",
"description": "Generate Markdown file from comments in source code",

@@ -5,0 +5,0 @@ "main": "src/gitbook-comment.js",

@@ -135,3 +135,3 @@ // # Markdown Generator

if (!success) return false
return execGit('git commit -a -m "add doc"')
return execGit('git add -A && git commit -a -m "add doc"')
})

@@ -138,0 +138,0 @@ .then((success) => {

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