Socket
Socket
Sign inDemoInstall

apidoc

Package Overview
Dependencies
235
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

7

lib/writer.js

@@ -66,2 +66,9 @@ /*

// save the parsed api file
if (this.opt.writeJson) {
const jsonFile = this.path.join(assetsPath, 'api-data.json');
this.log.verbose('Saving parsed API to: ' + jsonFile);
this.fs.writeFileSync(jsonFile, this.api.data);
}
// CSS from dependencies

@@ -68,0 +75,0 @@ this.log.verbose('Copying bootstrap css to: ' + assetsPath);

2

package.json
{
"name": "apidoc",
"version": "1.1.0",
"version": "1.2.0",
"description": "RESTful web API Documentation Generator",

@@ -5,0 +5,0 @@ "author": "Peter Rottmann <rottmann@inveris.de>",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc