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.3 to 0.10.4

src/commentParserExtras.js

6

CHANGES.md
# CHANGES for `@es-joy/jsdoccomment`
## 0.10.4
- Fix: Bundle `comment-parser` nested imports so that IDEs (like Atom)
bundling older Node versions can still work. Still mirroring the
stricter `comment-parser` `engines` for now, however.
## 0.10.3

@@ -4,0 +10,0 @@

2

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

@@ -5,0 +5,0 @@ "contributors": [],

@@ -12,1 +12,4 @@ 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 {
seedBlock,
seedTokens
} from 'comment-parser/util';
import {
parse as commentParser,
tokenizers
} from 'comment-parser';
import {
seedBlock,
seedTokens
} from './commentParserExtras.js';

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

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