New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

glob-docs

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glob-docs - npm Package Compare versions

Comparing version 0.0.4-alpha to 0.0.5-alpha

2

package.json
{
"name": "glob-docs",
"version": "0.0.4-alpha",
"version": "0.0.5-alpha",
"description": "",

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

@@ -44,3 +44,3 @@ module.exports = {

let todoLine = `- ${splitted[0]}] - [${splitted[1]}](${sourceLink}#L${docTag.node.lineNum})`;
todoLine.replace('[]', '[ ]'); // normalize todo brackets
todoLine = todoLine.replace('[]', '[ ]'); // normalize brackets
return todoLine;

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