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

docdown

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docdown - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

index.js

56

package.json
{
"name": "docdown",
"description": "A simple markdown to html command-line conversion tool",
"keywords": ["markdown", "html", "document", "command-line"],
"author": "Morgan Craft",
"version": "0.0.3",
"licenses": [{
"type": "MIT",
"url": "http://github.com/mgan59/docdown/license.markdown"
}],
"engines": {
"node": ">=0.4.8"
},
"directories" : {
"lib" : "./lib/docdown"
},
"main" : "./lib/docdown",
"bin": {
"docdown": "./bin/docdown"
},
"homepage": "http://morgancraft.com",
"repository": {
"type": "git",
"url": "git://github.com/mgan59/docdown.git"
},
"name": "docdown",
"version": "0.1.0",
"description": "A simple JSDoc to Markdown documentation generator.",
"license": "MIT",
"main": "index.js",
"bin": "bin/docdown",
"keywords": "jsdoc, markdown, documentation",
"author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
"contributors": [
"John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
"Benjamin Tan <demoneaux@gmail.com> (https://d10.github.io/)",
"Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
],
"repository": "jdalton/docdown",
"scripts": { "test": "echo \"Error: no test specified\" && exit 1" },
"dependencies": {
"markdown-js": "0.0.3",
"optimist": "0.2.6"
"lodash": "^3.0.0"
},
"devDependencies": {
"markdown-js": "0.0.3",
"optimist": "0.2.6"
}
}
"files": [
"index.js",
"bin/docdown",
"lib/alias.js",
"lib/entry.js",
"lib/generator.js",
"lib/util.js"
]
}

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