Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dox

Package Overview
Dependencies
Maintainers
1
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.4.1 to 0.4.2

5

History.md
0.4.2 / 2013-01-18
==================
* Prevent error when using --api & comments have no example code.
0.4.1 / 2012-11-11

@@ -3,0 +8,0 @@ ==================

2

lib/api.js

@@ -23,3 +23,3 @@

var code = buf.match(/^( {4}[^\n]+\n*)+/gm);
var code = buf.match(/^( {4}[^\n]+\n*)+/gm) || [];

@@ -26,0 +26,0 @@ code.forEach(function(block){

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

@@ -5,0 +5,0 @@ , "repository": { "type": "git", "url": "git://github.com/visionmedia/dox.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