Socket
Socket
Sign inDemoInstall

@es-joy/jsdoccomment

Package Overview
Dependencies
4
Maintainers
2
Versions
93
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.36.0 to 0.36.1

5

CHANGES.md
# CHANGES for `@es-joy/jsdoccomment`
## 0.36.1
- fix(`getReducedASTNode`): stop checking for comment blocks at return
statement
## 0.36.0

@@ -4,0 +9,0 @@

2

package.json
{
"name": "@es-joy/jsdoccomment",
"version": "0.36.0",
"version": "0.36.1",
"author": "Brett Zamir <brettz9@yahoo.com>",

@@ -5,0 +5,0 @@ "contributors": [],

@@ -130,3 +130,4 @@ /**

'PropertyDefinition',
'ExportDefaultDeclaration'
'ExportDefaultDeclaration',
'ReturnStatement'
]);

@@ -177,2 +178,3 @@

}
while (

@@ -179,0 +181,0 @@ !sourceCode.getCommentsBefore(parent).length &&

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc