New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fastify-warmup

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-warmup - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "fastify-warmup",
"version": "0.0.1",
"version": "0.0.2",
"description": "fastify warmup plugin",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -47,4 +47,15 @@ # fastify-warmup

warmupData: Record<string, string[] | string>;
maxConcurrent: number;
timeout: number;
/**
* warmup tasks will be split to groups
* [maxConcurrent]s per group
*/
maxConcurrent?: number;
timeout?: number;
/**
* all the files/folders in warmupData
* will find based on basePath.
*/
basePath: string;
}

@@ -51,0 +62,0 @@ ```

@@ -5,6 +5,12 @@ export interface WarmupConf {

/**
* 分成多组,每组 maxConcurrent 个
* warmup tasks will be split to groups
* [maxConcurrent]s per group
*/
maxConcurrent?: number;
timeout?: number;
/**
* all the files/folders in warmupData
* will find based on basePath.
*/
basePath: string;

@@ -11,0 +17,0 @@ }

@@ -7,5 +7,6 @@ {

"rootDir": "src",
"outDir": "dist"
"outDir": "dist",
"declaration": true
},
"include": ["src"]
}
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