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

express-docu

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-docu - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

generateDocs.js
require(__dirname + '/lib/generate')();
console.log('output: express-docu/output/index.html');
console.log('output: node_modules/express-docu/output/index.html');
{
"name": "express-docu",
"version": "1.0.0",
"version": "1.0.1",
"author": "kirrg001",
"description": "record all your routes and generate HTML api documentation",
"homepage": "http://github.com/Avuba/express-docu",
"dependencies": {

@@ -5,0 +8,0 @@ "jade": "^1.11.0",

### Purpose
This NPM module will record all your routes.
This NPM module will record all your routes and produces a HTML api documentation.

@@ -9,2 +9,3 @@

To use this module you need tests. The recorder will record all requests and responses of your tests.
The NPM only works with express.

@@ -16,3 +17,3 @@

var expressdocu = require('express-docu');
app.use(expressDocu.record);
app.use(expressdocu.record);

@@ -28,2 +29,5 @@ // run your tests and execute

### Example
### Example
![](images/1.png)
![](images/2.png)
![](images/3.png)
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