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

egjs-jsdoc-template

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egjs-jsdoc-template - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

2

egjsDocHelper.js

@@ -36,2 +36,2 @@ var helper = require('jsdoc/util/templateHelper');

}
};
};
{
"name": "egjs-jsdoc-template",
"version": "1.4.2",
"version": "1.4.3",
"description": "egjs template for JSDoc 3",

@@ -5,0 +5,0 @@ "main": "Gruntfile.js",

@@ -85,3 +85,3 @@ /*global env: true */

if (returnTypes.length) {
f.signature += '<span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">'+(returnTypes.length ? '{'+returnTypes.join('|')+'}' : '')+'</span>';
f.signature += '<span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">'+(returnTypes.length ? '{'+returnTypes.join(' | ')+'}' : '')+'</span>';
}

@@ -88,0 +88,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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