Socket
Socket
Sign inDemoInstall

eslint-plugin-jsdoc

Package Overview
Dependencies
98
Maintainers
1
Versions
628
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 48.0.3 to 48.0.4

2

package.json

@@ -144,3 +144,3 @@ {

},
"version": "48.0.3"
"version": "48.0.4"
}

@@ -17,3 +17,3 @@ import iterateJsdoc from '../iterateJsdoc.js';

const extractParagraphs = (text) => {
return text.split(/(?<![;:])\n\n/u);
return text.split(/(?<![;:])\n\n+/u);
};

@@ -20,0 +20,0 @@

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc