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.4 to 0.1.5

2

helpers/anchor-name.js

@@ -1,3 +0,1 @@

var w = require("wodge");
module.exports = function(handlebars){

@@ -4,0 +2,0 @@ handlebars.registerHelper("anchorName", function(input){

@@ -1,3 +0,1 @@

var w = require("wodge");
module.exports = function(handlebars){

@@ -4,0 +2,0 @@ handlebars.registerHelper("instantiate", function(input){

4

helpers/method-sig.js

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

var w = require("wodge");
var w = require("array-ting");
module.exports = function(handlebars){
handlebars.registerHelper("methodSig", function(params){
return w.arrayify(params).map(function(param){
return a.arrayify(params).map(function(param){
if (param.variable){

@@ -7,0 +7,0 @@ return param.optional ? "[..." + param.name + "]" : "..." + param.name;

var util = require("util"),
w = require("wodge");
o = require("object-ting");

@@ -13,5 +13,5 @@ /**

var json = data({ undocumented: { "!is": true }}).map(function(record){
return w.without(record, [ "comment", "meta", "undocumented", "___id", "___s" ]);
return o.without(record, [ "comment", "meta", "undocumented", "___id", "___s" ]);
});
console.log(JSON.stringify(json, null, " "));
};
{
"name": "jsdoc-to-markdown",
"author": "Lloyd Brookes",
"version": "0.1.4",
"version": "0.1.5",
"description": "Render JSdoc documentation as markdown",

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

"dependencies": {
"array-ting": "^1.0.2",
"boil-js": "^0.1.0",

@@ -27,4 +28,4 @@ "command-line-args": "^0.2.0",

"more-fs": "^0.3.0",
"wodge": "^0.8.0"
"object-ting": "^0.1.1"
}
}
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