Socket
Socket
Sign inDemoInstall

app-sh

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-sh - npm Package Compare versions

Comparing version 1.9.0 to 1.10.0

9

dist/app-sh.d.ts

@@ -213,5 +213,7 @@ /// <reference types="node" />

body: any;
response?: Response;
};
type HttpReqMethod = "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "OPTIONS";
type HttpReqOptions = {
method: "GET" | "PUT" | "POST" | "DELETE" | "PATCH";
method: HttpReqMethod;
searchParams?: Record<string, string>;

@@ -226,2 +228,3 @@ headers?: Record<string, string>;

timeout?: number;
handleResponse?: boolean;
keepalive?: boolean;

@@ -280,2 +283,4 @@ cache?: RequestCache;

sleep(durationInSeconds: number): Promise<void>;
private callFetch;
private handleHttpReqResponseData;
httpReq(origin: string, path: string, reqOptions?: HttpReqOptions): Promise<HttpReqResponse>;

@@ -314,2 +319,2 @@ }

export { AppSh, AppShConfig, AppShPlugin, AppShPluginConfig, ConfigOptions, EndpointCallback, HttpConfig, HttpConfigError, HttpError, HttpMan, HttpReqAborted, HttpReqError, HttpReqOptions, HttpReqResponse, HttpServerRequest, HttpServerResponse, LogLevel, Logger, Middleware, QuestionOptions };
export { AppSh, AppShConfig, AppShPlugin, AppShPluginConfig, ConfigOptions, EndpointCallback, HttpConfig, HttpConfigError, HttpError, HttpMan, HttpReqAborted, HttpReqError, HttpReqMethod, HttpReqOptions, HttpReqResponse, HttpServerRequest, HttpServerResponse, LogLevel, Logger, Middleware, QuestionOptions };
{
"version": "1.9.0",
"version": "1.10.0",
"name": "app-sh",

@@ -4,0 +4,0 @@ "description": "App Shell",

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