Socket
Socket
Sign inDemoInstall

jsdoc-to-markdown

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsdoc-to-markdown - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

7

lib/jsdoc-to-markdown.js

@@ -1,6 +0,7 @@

var mfs = require("more-fs"),
var FileSet = require("file-set"),
mfs = require("more-fs"),
path = require("path");
module.exports = function(handlebars){
var fileSet = new mfs.FileSet(path.resolve(__dirname, "..", "partials", "*.hbs"));
var fileSet = new FileSet(path.resolve(__dirname, "..", "partials", "*.hbs"));
fileSet.files.forEach(function(file){

@@ -13,3 +14,3 @@ handlebars.registerPartial(

var fileSet = new mfs.FileSet(path.resolve(__dirname, "..", "helpers", "*.js"));
var fileSet = new FileSet(path.resolve(__dirname, "..", "helpers", "*.js"));
fileSet.files.forEach(function(file){

@@ -16,0 +17,0 @@ require(file)(handlebars);

{
"name": "jsdoc-to-markdown",
"author": "Lloyd Brookes",
"version": "0.1.7",
"version": "0.1.8",
"description": "Render JSdoc documentation as markdown",

@@ -25,2 +25,3 @@ "repository": "https://github.com/75lb/jsdoc-to-markdown",

"console-dope": "^0.3.3",
"file-set": "^0.1.0",
"jsdoc": "^3.3.0-alpha5",

@@ -27,0 +28,0 @@ "more-fs": "^0.4.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