🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

glob-docs

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.10-alpha

{
"name": "glob-docs",
"version": "0.0.9-alpha",
"version": "0.0.10-alpha",
"description": "",

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

@@ -40,4 +40,5 @@ const utils = require('./utils');

const options = {
...docTag.options,
id: optionRootTagId,
root: true
root: true,
};

@@ -49,4 +50,5 @@ rootNode = new DocTag({

node: {
filename: optionRootTagId
}
filename: optionRootTagId,
},
relativeFilepath: docTag.node.relativeFilepath
}, options);

@@ -53,0 +55,0 @@ }