Socket
Socket
Sign inDemoInstall

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.0 to 0.4.1

5

History.md
0.4.1 / 2012-11-11
==================
* change # to . in --api
0.4.0 / 2012-11-09

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

4

lib/api.js

@@ -27,3 +27,3 @@

var code = block.replace(/^ {4}/gm, '');
buf = buf.replace(block, '```js\n' + code.trimRight() + '\n```\n');
buf = buf.replace(block, '```js\n' + code.trimRight() + '\n```\n\n');
});

@@ -60,3 +60,3 @@

case 'method':
return (ctx.cons || ctx.receiver) + '#' + ctx.name + '(' + params(tags) + ')';
return (ctx.cons || ctx.receiver) + '.' + ctx.name + '(' + params(tags) + ')';
default:

@@ -63,0 +63,0 @@ return ctx.string;

{ "name": "dox"
, "description": "Markdown / JSdoc documentation generator"
, "version": "0.4.0"
, "version": "0.4.1"
, "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