Socket
Socket
Sign inDemoInstall

dox

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dox - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

5

History.md

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

0.6.1 / 2014-11-27
==================
* Tag descriptions now contain markdown and obey raw option
0.6.0 / 2014-11-27

@@ -2,0 +7,0 @@ ==================

3

lib/dox.js

@@ -239,2 +239,5 @@ /*!

description.body = markdown(description.body);
comment.tags.forEach(function (tag) {
if (tag.description) tag.description = markdown(tag.description);
});
}

@@ -241,0 +244,0 @@

3

package.json
{
"name": "dox",
"description": "Markdown / JSdoc documentation generator",
"version": "0.6.0",
"version": "0.6.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",

@@ -16,2 +16,3 @@ "contributors": [

],
"homepage": "https://github.com/tj/dox",
"repository": {

@@ -18,0 +19,0 @@ "type": "git",

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