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

eslint-plugin-jsdoc

Package Overview
Dependencies
Maintainers
1
Versions
661
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 2.1.3 to 2.1.4

8

dist/rules/requireDescriptionCompleteSentence.js

@@ -7,2 +7,6 @@ 'use strict';

var _trimLeft = require('lodash/string/trimLeft');
var _trimLeft2 = _interopRequireDefault(_trimLeft);
var _includes = require('lodash/collection/includes');

@@ -57,3 +61,3 @@

if (!description) {
return true;
return false;
}

@@ -108,2 +112,4 @@

description = (0, _trimLeft2.default)(description, '- ');
return validateDescription(description, report);

@@ -110,0 +116,0 @@ });

2

package.json
{
"name": "eslint-plugin-jsdoc",
"description": "JSDoc linting rules for ESLint.",
"version": "2.1.3",
"version": "2.1.4",
"main": "./dist/index.js",

@@ -6,0 +6,0 @@ "repository": {

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