Socket
Socket
Sign inDemoInstall

eslint-plugin-jsdoc

Package Overview
Dependencies
Maintainers
1
Versions
656
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-jsdoc - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

4

dist/iterateJsdoc.js

@@ -64,3 +64,5 @@ 'use strict';

var jsdoc = (0, _commentParser2.default)('/*' + jsdocNode.value + '*/', {
// Preserve JSDoc block start/end indentation.
var indent = _lodash2.default.repeat(' ', jsdocNode.loc.start.column);
var jsdoc = (0, _commentParser2.default)(indent + '/*' + jsdocNode.value + indent + '*/', {
// @see https://github.com/yavorskiy/comment-parser/issues/21

@@ -67,0 +69,0 @@ parsers: [_commentParser2.default.PARSERS.parse_tag, _commentParser2.default.PARSERS.parse_type, function (str, data) {

@@ -52,3 +52,3 @@ {

},
"version": "3.1.2"
"version": "3.1.3"
}

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