Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@es-joy/jsdoccomment

Package Overview
Dependencies
Maintainers
1
Versions
101
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.10.8 to 0.11.0

4

CHANGES.md
# CHANGES for `@es-joy/jsdoccomment`
## 0.11.0
- Update: For `@typescript/eslint-parser@5`, add `PropertyDefinition`
## 0.10.8

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

21

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

@@ -28,11 +28,2 @@ "contributors": [],

],
"scripts": {
"prepublishOnly": "pnpm i && npm run rollup",
"rollup": "rollup -c",
"eslint": "eslint --ext=js,cjs,md,html .",
"lint": "npm run eslint",
"mocha": "mocha --parallel --require chai/register-expect",
"c8": "c8 npm run mocha",
"test": "npm run lint && npm run rollup && npm run c8"
},
"repository": {

@@ -80,3 +71,11 @@ "type": "git",

"rollup": "^2.56.3"
},
"scripts": {
"rollup": "rollup -c",
"eslint": "eslint --ext=js,cjs,md,html .",
"lint": "npm run eslint",
"mocha": "mocha --parallel --require chai/register-expect",
"c8": "c8 npm run mocha",
"test": "npm run lint && npm run rollup && npm run c8"
}
}
}

@@ -49,2 +49,3 @@ /**

switch (grandparent.type) {
case 'PropertyDefinition':
case 'ClassProperty':

@@ -119,3 +120,4 @@ case 'TSDeclareFunction':

'ObjectProperty',
'ClassProperty'
'ClassProperty',
'PropertyDefinition'
]);

@@ -122,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