New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ts-quick-docs

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-quick-docs - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

13

dist/interfaces.d.ts
export interface IJsDocTags {
default?: string;
deprecated?: true;
deprecated?: string | true;
internal?: true;
since?: string;
[tag: string]: string | true;
[tag: string]: string | true | undefined;
}
export interface IDocEntry {
documentation?: string;
fileName?: string;
inheritedFrom?: string;
name?: string;
documentation: string;
fileName: string;
name: string;
tags: IJsDocTags;
type?: string;
type: string;
}

@@ -16,0 +15,0 @@ export interface IPropertyEntry extends IDocEntry {

{
"name": "ts-quick-docs",
"version": "0.5.0",
"version": "0.5.1",
"description": "quick TypeScript documentation extractor",

@@ -5,0 +5,0 @@ "bin": "dist/index.js",

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