Socket
Socket
Sign inDemoInstall

doxme

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doxme - npm Package Compare versions

Comparing version 1.5.2 to 1.6.0

5

index.js

@@ -88,3 +88,6 @@ var util = require('./util.js'),

.concat(params.map(function(p) {
return ['`' + p.name + '`', p.types.join(','),
var type = p.typesDescription.match(/^{/) ?
p.typesDescription.replace(/\|/g, '/') :
p.types.join(',');
return ['`' + p.name + '`', type,
(p.optional ? '_optional:_ ' : '') +

@@ -91,0 +94,0 @@ reformat(p.description)];

2

package.json
{
"name": "doxme",
"version": "1.5.2",
"version": "1.6.0",
"description": "create markdown docs for dox output",

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

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