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.6 to 0.10.7

5

CHANGES.md
# CHANGES for `@es-joy/jsdoccomment`
## 0.10.7
- npm: Update comment-parser with CJS fix and re-exports
- npm: Update devDeps.
## 0.10.6

@@ -4,0 +9,0 @@

8

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

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

"dependencies": {
"comment-parser": "1.2.1",
"comment-parser": "1.2.3",
"esquery": "^1.4.0",

@@ -70,3 +70,3 @@ "jsdoc-type-pratt-parser": "1.1.1"

"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^36.0.4",
"eslint-plugin-jsdoc": "^36.0.5",
"eslint-plugin-markdown": "^2.2.0",

@@ -80,4 +80,4 @@ "eslint-plugin-no-unsanitized": "^3.1.5",

"mocha": "^9.0.3",
"rollup": "^2.54.0"
"rollup": "^2.55.0"
}
}

@@ -12,4 +12,1 @@ export {visitorKeys as jsdocTypeVisitorKeys} from 'jsdoc-type-pratt-parser';

export * from './jsdoccomment.js';
// Temporarily re-export (and elsehwere use) `comment-parser`'s nested exports
export * from './commentParserExtras.js';
/* eslint-disable prefer-named-capture-group -- Temporary */
import {
parse as commentParser,
tokenizers
tokenizers,
util
} from 'comment-parser';
import {
const {
seedBlock,
seedTokens
} from './commentParserExtras.js';
} = util;

@@ -11,0 +13,0 @@ const {

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