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.20.0 to 0.20.1

6

CHANGES.md
# CHANGES for `@es-joy/jsdoccomment`
## 0.20.1
- fix: resume catching bad parsed type (at least until
`jsdoc-type-pratt-parser` may support all expected types)
## 0.20.0
- feat: add estree stringifer
- fix: properly supports `name`/`postName` for multi-line type

@@ -6,0 +12,0 @@ - fix: allow pratt parser to fail (unless empty)

12

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

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

"devDependencies": {
"@babel/core": "^7.17.4",
"@babel/core": "^7.17.5",
"@babel/plugin-syntax-class-properties": "^7.12.13",

@@ -58,3 +58,3 @@ "@babel/preset-env": "^7.16.11",

"eslint": "^8.9.0",
"eslint-config-ash-nazg": "32.3.0",
"eslint-config-ash-nazg": "32.4.0",
"eslint-config-standard": "^16.0.3",

@@ -66,3 +66,3 @@ "eslint-plugin-array-func": "^3.1.7",

"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^37.9.1",
"eslint-plugin-jsdoc": "^37.9.2",
"eslint-plugin-markdown": "^2.2.1",

@@ -74,3 +74,3 @@ "eslint-plugin-no-unsanitized": "^4.0.1",

"eslint-plugin-sonarjs": "^0.11.0",
"eslint-plugin-unicorn": "^40.1.0",
"eslint-plugin-unicorn": "^41.0.0",
"espree": "^9.3.1",

@@ -85,3 +85,3 @@ "estraverse": "^5.3.0",

"eslint": "eslint --ext=js,cjs,md,html .",
"lint": "npm run eslint",
"lint": "npm run eslint --",
"mocha": "mocha --require chai/register-expect.js",

@@ -88,0 +88,0 @@ "c8": "c8 npm run mocha",

@@ -43,4 +43,6 @@ import {parse as jsdocTypePrattParse} from 'jsdoc-type-pratt-parser';

if (lastTag.rawType) {
try {
parsedType = jsdocTypePrattParse(lastTag.rawType, mode);
} catch (err) {
// Ignore
}

@@ -47,0 +49,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