Socket
Socket
Sign inDemoInstall

@es-joy/jsdoccomment

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@es-joy/jsdoccomment - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

4

CHANGES.md
# CHANGES for `@es-joy/jsdoccomment`
## 0.7.2
- Fix: Add `@description` to `noNames`
## 0.7.1

@@ -4,0 +8,0 @@

2

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

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

@@ -28,4 +28,5 @@ # @es-joy/jsdoccomment

- `defaultNoNames` - The tags which allow no names by default:
`access`, `author`, `default`, `defaultvalue`, `example`, `exception`,
`license`, `return`, `returns`, `since`, `throws`, `version`, `variation`
`access`, `author`, `default`, `defaultvalue`, `description`, `example`,
`exception`, `license`, `return`, `returns`, `since`, `summary`, `throws`,
`version`, `variation`

@@ -32,0 +33,0 @@ ## ESLint AST produced for `comment-parser` nodes (`JSDocBlock`, `JSDocTag`, and `JSDocDescriptionLine`)

@@ -27,2 +27,3 @@ // Todo: We ideally would use comment-parser's es6 directory, but as the repo

'default', 'defaultvalue',
'description',
'example', 'exception',

@@ -29,0 +30,0 @@ 'license',

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