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.9.0-alpha.6 to 0.10.0

6

CHANGES.md
# CHANGES for `@es-joy/jsdoccomment`
## 0.10.0
- npm: Point to stable `comment-parser`
## 0.9.0-alpha.6

@@ -7,3 +11,3 @@

- Update: For `ocmment-parser` update, add `lineEnd`
- Update: For `comment-parser` update, add `lineEnd`

@@ -10,0 +14,0 @@ ## 0.9.0-alpha.5

4

package.json
{
"name": "@es-joy/jsdoccomment",
"version": "0.9.0-alpha.6",
"version": "0.10.0",
"author": "Brett Zamir <brettz9@yahoo.com>",

@@ -49,3 +49,3 @@ "contributors": [],

"dependencies": {
"comment-parser": "1.1.6-beta.3",
"comment-parser": "1.2.0",
"esquery": "^1.4.0",

@@ -52,0 +52,0 @@ "jsdoc-type-pratt-parser": "1.0.4"

@@ -108,8 +108,3 @@ /* eslint-disable prefer-named-capture-group -- Temporary */

tokens: seedTokens({
delimiter: '/**',
description: '',
lineEnd: '',
end: '',
postDelimiter: '',
start: ''
delimiter: '/**'
})

@@ -120,7 +115,3 @@ },

tokens: seedTokens({
delimiter: '',
description: '',
lineEnd: '',
end: '*/',
postDelimiter: '',
start: indent + ' '

@@ -127,0 +118,0 @@ })

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