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

tsd-jsdoc

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsd-jsdoc - npm Package Compare versions

Comparing version 2.0.0-beta.2 to 2.0.0-beta.3

test.js

5

Emitter.js

@@ -70,3 +70,3 @@ "use strict";

for (const doclet of docs) {
if (doclet.ignore)
if (!this._shouldResolveDoclet(doclet))
continue;

@@ -243,4 +243,3 @@ if (this.objects[doclet.longname] && !doclet.override)

_resolveInterfaceMembers(docs) {
for (let i = 0; i < docs.length; ++i) {
const doclet = docs[i];
for (const doclet of docs) {
if (!this._shouldResolveDoclet(doclet))

@@ -247,0 +246,0 @@ continue;

2

package.json
{
"name": "tsd-jsdoc",
"version": "v2.0.0-beta.2",
"version": "2.0.0-beta.3",
"description": "Compiles JSDoc annotated javascript into a Typescript Declaration File (.d.ts).",

@@ -5,0 +5,0 @@ "main": "lib/publish.js",

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