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

crojsdoc-plugin-auto-namespace

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crojsdoc-plugin-auto-namespace - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

lib/index.js

@@ -10,4 +10,4 @@ // Generated by CoffeeScript 1.9.3

path = dirname(comment.path);
if (path !== '.') {
return comment.namespace = path + '.';
if (path !== '.' && !comment.namespace) {
return comment.namespace = path;
}

@@ -14,0 +14,0 @@ };

{
"name": "crojsdoc-plugin-auto-namespace",
"description": "A CroJSDoc plugin that set namespace automatically",
"version": "0.1.0",
"version": "0.1.1",
"keywords": [

@@ -6,0 +6,0 @@ "crojsdoc",

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