New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

docu

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docu - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

bin/docu

37

package.json
{
"name": "docu",
"version": "0.0.1",
"description": "Documentation generator based on dox",
"main": "lib/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"documentation",
"dox"
],
"author": "Philipp Waldmann",
"license": "GPL"
}
"name": "docu",
"version": "0.0.2",
"description": "Documentation generator based on dox",
"keywords": ["documentation", "dox"],
"author": "Philipp Waldmann <philipp.waldmann@s-team.at>",
"repository": {
"type": "git",
"url": "git://github.com/PhilWaldmann/docu.git"
},
"dependencies": {
"dox": ">= 0.4.x",
"glob": ">= 3.2.x",
"commander": ">= 2.1.x",
"handlebars": ">= 2.0.x"
},
"main": "./lib/",
"bin": {
"docu": "./bin/docu"
},
"engines": {
"node": ">=0.8.7"
}
}
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