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.26.0 to 0.26.1

4

CHANGES.md
# CHANGES for `@es-joy/jsdoccomment`
## 0.26.1
- fix(`estreeToString`): ensure `typeLines` may be picked up
## 0.26.0

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

2

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

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

@@ -87,4 +87,4 @@ import {

: (node[key] === undefined || node[key] === null
? []
: [estreeToString(node[key], opts)]);
? null
: estreeToString(node[key], opts));
});

@@ -91,0 +91,0 @@ return stringifiers[node.type](node, opts, ...args);

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