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.11.0 to 0.12.0

13

CHANGES.md
# CHANGES for `@es-joy/jsdoccomment`
## 0.12.0
### User-impacting
- Update: `jsdoc-type-pratt-parser` to 2.0.0
- Enhancement: Support Node 17 (@timgates42)
- Docs: Typo (@timgates42)
### Dev-impacting
- Linting: As per latest ash-nazg
- npm: Update devDeps.
## 0.11.0

@@ -4,0 +17,0 @@

34

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

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

"engines": {
"node": "^12 || ^14 || ^16"
"node": "^12 || ^14 || ^16 || ^17"
},

@@ -43,13 +43,13 @@ "dependencies": {

"esquery": "^1.4.0",
"jsdoc-type-pratt-parser": "1.1.1"
"jsdoc-type-pratt-parser": "2.0.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/core": "^7.15.8",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/preset-env": "^7.15.0",
"@babel/preset-env": "^7.15.8",
"@brettz9/eslint-plugin": "^1.0.3",
"@rollup/plugin-babel": "^5.3.0",
"c8": "^7.8.0",
"c8": "^7.10.0",
"chai": "^4.3.4",
"eslint": "^7.32.0",
"eslint": "^8.0.1",
"eslint-config-ash-nazg": "31.2.2",

@@ -60,14 +60,14 @@ "eslint-config-standard": "^16.0.3",

"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsdoc": "^36.0.7",
"eslint-plugin-markdown": "^2.2.0",
"eslint-plugin-no-unsanitized": "^3.1.5",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsdoc": "^36.1.1",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-no-unsanitized": "^3.2.0",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-sonarjs": "^0.10.0",
"eslint-plugin-unicorn": "^35.0.0",
"mocha": "^9.1.0",
"rollup": "^2.56.3"
"eslint-plugin-unicorn": "^37.0.1",
"mocha": "^9.1.3",
"rollup": "^2.58.0"
},

@@ -78,3 +78,3 @@ "scripts": {

"lint": "npm run eslint",
"mocha": "mocha --parallel --require chai/register-expect",
"mocha": "mocha --parallel",
"c8": "c8 npm run mocha",

@@ -81,0 +81,0 @@ "test": "npm run lint && npm run rollup && npm run c8"

@@ -109,3 +109,3 @@ # @es-joy/jsdoccomment

1. `parsedType` (the `jsdoc-type-pratt-parser` AST representaiton of the tag's
1. `parsedType` (the `jsdoc-type-pratt-parser` AST representation of the tag's
type (see the `jsdoc-type-pratt-parser` section below)).

@@ -112,0 +112,0 @@ 2. `descriptionLines`' (an array of `JsdocDescriptionLine` for multiline

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc