You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
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

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 }) => {