Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2 to 0.5.3

1

dist/documentation.d.ts
import * as ts from "typescript";
import { IInterfaceEntry } from "./interfaces";
export * from "./interfaces";
export interface IDocumentationOptions {

@@ -4,0 +5,0 @@ excludeNames?: Array<string | RegExp>;

5

package.json
{
"name": "ts-quick-docs",
"version": "0.5.2",
"version": "0.5.3",
"description": "quick TypeScript documentation extractor",

@@ -18,2 +18,3 @@ "bin": "dist/index.js",

"mocha": "2.4.5",
"npm-run-all": "4.0.1",
"ts-node": "2.0.0",

@@ -23,3 +24,3 @@ "tslint": "4.4.2"

"scripts": {
"all": "npm run clean && npm run compile && npm run test",
"prepublish": "run-s clean compile lint test",
"clean": "rm -rf dist",

@@ -26,0 +27,0 @@ "compile": "tsc --project .",

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