Socket
Socket
Sign inDemoInstall

aspida

Package Overview
Dependencies
Maintainers
3
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aspida - npm Package Compare versions

Comparing version 1.11.0 to 1.12.0

6

dist/createDocComment.d.ts

@@ -5,3 +5,3 @@ import { Doc } from './parseInterface';

hasQuestion: boolean;
doc?: Doc | undefined;
doc: Doc | undefined;
}>> & {

@@ -11,6 +11,6 @@ polymorph?: Partial<Record<keyof import(".").AspidaMethodParams, {

hasQuestion: boolean;
doc?: Doc | undefined;
}>>[] | undefined;
doc: Doc | undefined;
}>>[];
}) | undefined) => string;
export default _default;
//# sourceMappingURL=createDocComment.d.ts.map

@@ -6,3 +6,3 @@ import { Doc, Method } from './parseInterface';

methods: Method[];
doc?: Doc;
doc: Doc | undefined;
$textForApiTypes: string;

@@ -9,0 +9,0 @@ };

@@ -25,3 +25,3 @@ /// <reference types="node" />

body?: any;
config?: Config;
config?: Config | undefined;
};

@@ -28,0 +28,0 @@ export declare type AspidaClient<Config> = {

@@ -7,3 +7,3 @@ import { LowerHttpMethod, AspidaMethodParams } from './';

hasQuestion: boolean;
doc?: Doc;
doc: Doc | undefined;
};

@@ -16,7 +16,7 @@ declare type MethodProps = Partial<Record<MethodsProperties, Prop>>;

};
doc?: Doc;
doc?: Doc | undefined;
};
export declare const parse: (text: string, name: string) => {
methods: Method[];
doc?: Doc | undefined;
doc: Doc | undefined;
$textForApiTypes: string;

@@ -23,0 +23,0 @@ } | null;

{
"name": "aspida",
"version": "1.11.0",
"version": "1.12.0",
"description": "TypeScript friendly HTTP client wrapper for the browser and node.js",

@@ -5,0 +5,0 @@ "author": "Solufa <solufa2020@gmail.com>",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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