🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@standardserver/fetch

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@standardserver/fetch - npm Package Compare versions

Comparing version
0.2.1
to
0.3.0
+1
-1
dist/index.d.mts

@@ -42,3 +42,3 @@ import { StandardBodyHint, StandardBody, StandardHeaders, StandardLazyRequest, StandardResponse, StandardLazyResponse, StandardUrl } from '@standardserver/core';

*
* @default 5000
* @default 15000
*/

@@ -45,0 +45,0 @@ interval?: number;

@@ -42,3 +42,3 @@ import { StandardBodyHint, StandardBody, StandardHeaders, StandardLazyRequest, StandardResponse, StandardLazyResponse, StandardUrl } from '@standardserver/core';

*
* @default 5000
* @default 15000
*/

@@ -45,0 +45,0 @@ interval?: number;

@@ -51,3 +51,3 @@ import { EventStreamDecoderStream, withEventMeta, ErrorEvent, encodeEventStreamMessage, unwrapEvent, getEventMeta, getFilenameFromContentDisposition, generateContentDisposition } from '@standardserver/core';

const keepAliveEnabled = options.keepAlive?.enabled ?? true;
const keepAliveInterval = options.keepAlive?.interval ?? 5e3;
const keepAliveInterval = options.keepAlive?.interval ?? 15e3;
const keepAliveComment = options.keepAlive?.comment ?? "";

@@ -54,0 +54,0 @@ const initialCommentEnabled = options.initialComment?.enabled ?? true;

{
"name": "@standardserver/fetch",
"type": "module",
"version": "0.2.1",
"version": "0.3.0",
"license": "MIT",

@@ -25,4 +25,4 @@ "homepage": "https://standardserver.dev",

"dependencies": {
"@standardserver/core": "0.2.1",
"@standardserver/shared": "0.2.1"
"@standardserver/core": "0.3.0",
"@standardserver/shared": "0.3.0"
},

@@ -29,0 +29,0 @@ "devDependencies": {

@@ -251,5 +251,5 @@ # @standardserver/fetch

<a href="https://github.com/Scrumplex?ref=orpc" target="_blank" rel="noopener" title="Sefa Eyeoglu"><img src="https://avatars.githubusercontent.com/u/11587657?u=ab503582165c0bbff0cca47ce31c9450bb1553c9&amp;v=4" width="32" height="32" alt="Sefa Eyeoglu" /></a>
<a href="https://github.com/nattstack?ref=orpc" target="_blank" rel="noopener" title="NΛTT"><img src="https://avatars.githubusercontent.com/u/31426677?u=fa9dbb8b3e66eb0ea3c88db5dc07f31c8c5418fe&amp;v=4" width="32" height="32" alt="NΛTT" /></a>
<a href="https://github.com/nattstack?ref=orpc" target="_blank" rel="noopener" title="natt"><img src="https://avatars.githubusercontent.com/u/31426677?u=fa9dbb8b3e66eb0ea3c88db5dc07f31c8c5418fe&amp;v=4" width="32" height="32" alt="natt" /></a>
<a href="https://github.com/ChromeGG?ref=orpc" target="_blank" rel="noopener" title="Adam Tkaczyk"><img src="https://avatars.githubusercontent.com/u/39050595?u=a58ca6042a6950e94e6e92442db76ef584279bc0&amp;v=4" width="32" height="32" alt="Adam Tkaczyk" /></a>
<a href="https://github.com/plancraft?ref=orpc" target="_blank" rel="noopener" title="plancraft"><img src="https://avatars.githubusercontent.com/u/46482287?v=4" width="32" height="32" alt="plancraft" /></a>
</p>