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

commentjs

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commentjs - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

lib/view.js

@@ -83,3 +83,3 @@ /*!

View.prototype.writeDoc = function (filename, content) {
var outputFile = this._getPath(filename) + '.html';
var outputFile = this._getPath('index') + '.html';
utils.file.write(outputFile, content);

@@ -86,0 +86,0 @@ utils.log.ok('Saved to', path.relative(process.cwd(), outputFile));

{
"name": "commentjs",
"description": "Simple API Documentation Generator",
"version": "0.0.5",
"version": "0.0.6",
"author": "Denis Ciccale (@tdecs)",

@@ -6,0 +6,0 @@ "homepage": "http://github.com/dciccale/comment.js",

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