🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@types/apidoc

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/apidoc - npm Package Compare versions

Comparing version
0.50.1
to
0.50.2
+0
-7
apidoc/index.d.ts

@@ -1,8 +0,1 @@

// Type definitions for apidoc 0.50
// Project: https://github.com/apidoc/apidoc
// Definitions by: rigwild <https://github.com/rigwild>
// hoonga <https://github.com/hoonga>
// NicolasCARPi <https://github.com/NicolasCARPi>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export interface ParsedFile {

@@ -9,0 +2,0 @@ filename: string;

+8
-8
{
"name": "@types/apidoc",
"version": "0.50.1",
"version": "0.50.2",
"description": "TypeScript definitions for apidoc",

@@ -10,14 +10,14 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/apidoc",

"name": "rigwild",
"url": "https://github.com/rigwild",
"githubUsername": "rigwild"
"githubUsername": "rigwild",
"url": "https://github.com/rigwild"
},
{
"name": "hoonga",
"url": "https://github.com/hoonga",
"githubUsername": "hoonga"
"githubUsername": "hoonga",
"url": "https://github.com/hoonga"
},
{
"name": "NicolasCARPi",
"url": "https://github.com/NicolasCARPi",
"githubUsername": "NicolasCARPi"
"githubUsername": "NicolasCARPi",
"url": "https://github.com/NicolasCARPi"
}

@@ -34,4 +34,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "9ee32847fe3a294056f03589f98568266075eb03164ea5c06a1e846fd06aac04",
"typesPublisherContentHash": "59cc26ab15fac99218cbb99bbd477832566412e151d4a9e952bee98904a6f2ab",
"typeScriptVersion": "4.5"
}

@@ -11,9 +11,2 @@ # Installation

````ts
// Type definitions for apidoc 0.50
// Project: https://github.com/apidoc/apidoc
// Definitions by: rigwild <https://github.com/rigwild>
// hoonga <https://github.com/hoonga>
// NicolasCARPi <https://github.com/NicolasCARPi>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export interface ParsedFile {

@@ -80,7 +73,6 @@ filename: string;

### Additional Details
* Last updated: Fri, 22 Sep 2023 18:11:03 GMT
* Last updated: Tue, 17 Oct 2023 22:10:13 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [rigwild](https://github.com/rigwild), [hoonga](https://github.com/hoonga), and [NicolasCARPi](https://github.com/NicolasCARPi).