Socket
Socket
Sign inDemoInstall

dox

Package Overview
Dependencies
Maintainers
3
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.9.0 to 0.9.1

.github/workflows/test.workflow.yml

5

History.md

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

0.9.1 / 2022-04-26
==================
* Dependency bumps for commander and markdown-it to address security vulnerabilities
0.9.0 / 2016-08-13

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

12

package.json
{
"name": "dox",
"description": "Markdown / JSdoc documentation generator",
"version": "0.9.0",
"version": "0.9.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
"Jarvis Badgley <chiper@chipersoft.com>",
"Jocelyn Badgley <joc@twipped.com>",
"Arseny Zarechnev <me@evindor.com>",

@@ -31,9 +31,9 @@ "Thomas Parisot <hi@oncletom.io>",

"dependencies": {
"commander": "~2.9.0",
"commander": "9.1.0",
"jsdoctypeparser": "^1.2.0",
"markdown-it": "~7.0.0"
"markdown-it": "12.3.2"
},
"devDependencies": {
"mocha": "~3.0.2",
"should": "~11.0.0"
"mocha": "9.2.2",
"should": "13.2.3"
},

@@ -40,0 +40,0 @@ "license": "MIT",

# Dox
[![Build Status](https://travis-ci.org/tj/dox.svg?branch=master)](https://travis-ci.org/tj/dox)
[![Tests](https://github.com/tj/dox/actions/workflows/test.workflow.yml/badge.svg)](https://github.com/tj/dox/actions/workflows/test.workflow.yml)

@@ -4,0 +4,0 @@ Dox is a JavaScript documentation generator written with [node](http://nodejs.org). Dox no longer generates an opinionated structure or style for your docs, it simply gives you a JSON representation, allowing you to use _markdown_ and _JSDoc_-style tags.

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