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.3 to 0.0.4

4

lib/view.js

@@ -132,3 +132,5 @@ /*!

if (this.options.logo) {
utils.file.copy(this.options.logo, path.join(this.options.output, 'img'));
if (utils.file.exists(this.options.logo)) {
utils.file.copy(this.options.logo, path.join(this.options.output, 'img'));
}
}

@@ -135,0 +137,0 @@ };

{
"name": "commentjs",
"description": "Simple API Documentation Generator",
"version": "0.0.3",
"version": "0.0.4",
"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