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.12.0 to 0.13.0

7

CHANGES.md
# CHANGES for `@es-joy/jsdoccomment`
## 0.13.0
### User-impacting
- Update: `comment-parser` to 1.3.0
- Fix: Allow comment on `ExportDefaultDeclaration`
## 0.12.0

@@ -4,0 +11,0 @@

30

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

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

"dependencies": {
"comment-parser": "1.2.4",
"comment-parser": "1.3.0",
"esquery": "^1.4.0",

@@ -46,27 +46,27 @@ "jsdoc-type-pratt-parser": "2.0.0"

"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/core": "^7.16.0",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/preset-env": "^7.15.8",
"@brettz9/eslint-plugin": "^1.0.3",
"@babel/preset-env": "^7.16.4",
"@brettz9/eslint-plugin": "^1.0.4",
"@rollup/plugin-babel": "^5.3.0",
"c8": "^7.10.0",
"chai": "^4.3.4",
"eslint": "^8.0.1",
"eslint-config-ash-nazg": "31.2.2",
"eslint": "^8.4.1",
"eslint-config-ash-nazg": "32.1.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-array-func": "^3.1.7",
"eslint-plugin-compat": "^3.13.0",
"eslint-plugin-compat": "^4.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsdoc": "^36.1.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsdoc": "^37.1.0",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-no-unsanitized": "^3.2.0",
"eslint-plugin-no-unsanitized": "^4.0.0",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-sonarjs": "^0.10.0",
"eslint-plugin-unicorn": "^37.0.1",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-sonarjs": "^0.11.0",
"eslint-plugin-unicorn": "^39.0.0",
"mocha": "^9.1.3",
"rollup": "^2.58.0"
"rollup": "^2.61.0"
},

@@ -73,0 +73,0 @@ "scripts": {

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

'ClassProperty',
'PropertyDefinition'
'PropertyDefinition',
'ExportDefaultDeclaration'
]);

@@ -123,0 +124,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