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

@js-dot/api

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@js-dot/api - npm Package Compare versions

Comparing version 24.127.3 to 24.137.0

12

api-logger.d.ts

@@ -8,5 +8,5 @@ /**

*/
"__#30535@#typeLevels": Record<"debug", false | "debug" | "error" | "info" | "log" | "warn">;
"__#30535@#logger": import("@js-dot/core").MiniConsole;
"__#30535@#enable": boolean;
"__#31325@#typeLevels": Record<"debug", false | "debug" | "error" | "info" | "log" | "warn">;
"__#31325@#logger": import("@js-dot/core").MiniConsole;
"__#31325@#enable": boolean;
logger: import("@js-dot/core").MiniConsole;

@@ -47,5 +47,5 @@ enable(flag?: boolean): void;

*/
"__#30535@#typeLevels": Record<"debug", false | "debug" | "error" | "info" | "log" | "warn">;
"__#30535@#logger": import("@js-dot/core").MiniConsole;
"__#30535@#enable": boolean;
"__#31325@#typeLevels": Record<"debug", false | "debug" | "error" | "info" | "log" | "warn">;
"__#31325@#logger": import("@js-dot/core").MiniConsole;
"__#31325@#enable": boolean;
logger: import("@js-dot/core").MiniConsole;

@@ -52,0 +52,0 @@ enable(flag?: boolean): void;

@@ -50,2 +50,3 @@ import { HttpCredentials, HttpHeadersInit, HttpMethod, HttpOption, HttpPath } from '../interfaces/http';

delete<CHILD_PARAMETERS, CHILD_RESPONSE>(path?: string, option?: Partial<HttpOption>): HttpRequester<HttpPath<P, CHILD_PARAMETERS>, null, CHILD_RESPONSE>;
url2(parameters: P): string;
request(parameters?: P, body?: B, option?: Partial<HttpOption>): HttpResponser<R>;

@@ -52,0 +53,0 @@ abstract _execute(request: any, parameters?: P, body?: B, option?: Partial<HttpOption>): any;

@@ -116,2 +116,7 @@ import { HttpCredentials, HttpMethod, HttpOption, HttpPath } from './http';

/**
* Get Url from dynamic parameters
* @param parameters
*/
url2(parameters: P): string;
/**
* Request Http Response

@@ -136,3 +141,3 @@ * @example

*/
request(parameters: P, body?: B, option?: any): HttpResponser<R>;
request(parameters: P, body?: B, option?: Partial<HttpOption>): HttpResponser<R>;
/**

@@ -139,0 +144,0 @@ * Polyfill the Pipe Operator `|>` of Future Specification

@@ -148,3 +148,3 @@ import { BodyOf, HttpPipe, HttpRequester, ParametersOf, ResponseOf } from '@js-dot/api/http';

*/
export declare function $merge<P, B, R, NP, NB, NR, MERGE_REQUESTER extends HttpRequester, COLLECT_ID>(option: HttpMergeOption<P, B, R, MERGE_REQUESTER, COLLECT_ID>): HttpPipe<P, B, R, P, B, R>;
export declare function $merge<P, B, R, NP, NB, NR, MERGE_REQUESTER extends HttpRequester, COLLECT_ID>(mergeOption: HttpMergeOption<P, B, R, MERGE_REQUESTER, COLLECT_ID>): HttpPipe<P, B, R, P, B, R>;
export {};

@@ -10,3 +10,3 @@ {

"author": "protyliss@gmail.com",
"version": "24.127.3",
"version": "24.137.0",
"types": "public-api.d.ts",

@@ -13,0 +13,0 @@ "fesm2015": "api.mjs",

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

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