harcon-radiation
Advanced tools
Comparing version 9.2.4 to 9.2.5
{ | ||
"name": "harcon-radiation", | ||
"version": "9.2.4", | ||
"version": "9.2.5", | ||
"description": "REST and Websocket plugin for harcon", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -33,7 +33,2 @@ const path = require('path') | ||
fastify.register(require('fastify-healthcheck')) | ||
fastify.register(require('fastify-rate-limit'), config.fastify.rate || { | ||
max: 100, | ||
timeWindow: '1 minute', | ||
whitelist: [ '127.0.0.1' ] | ||
}) | ||
fastify.register( | ||
@@ -40,0 +35,0 @@ require('fastify-compress'), config.fastify.compress || { threshold: 2048 } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68084
1636