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.3-alpha to 0.0.4-alpha

2

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

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

@@ -43,3 +43,5 @@ module.exports = {

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

@@ -46,0 +48,0 @@ TEXT: ({ docTag }) => {

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