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.5.1 to 0.5.2

8

History.md

@@ -0,5 +1,11 @@

0.5.2 / 2014-10-05
==================
* Support event tags, add `isEvent` parameter to comment object
* Removed obsolete make rules
0.5.1 / 2014-09-07
==================
* Fixed: '*/*' breaks parsing
* Fixed: `*/*` breaks parsing

@@ -6,0 +12,0 @@ 0.5.0 / 2014-09-04

5

lib/dox.js

@@ -226,3 +226,6 @@ /*!

return 'constructor' == tag.type || 'augments' == tag.type;
})
});
comment.isEvent = comment.tags.some(function(tag){
return 'event' == tag.type;
});
}

@@ -229,0 +232,0 @@

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

@@ -6,0 +6,0 @@ "contributors": [

Sorry, the diff of this file is not supported yet

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