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

harcon-radiation

Package Overview
Dependencies
Maintainers
1
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

harcon-radiation - npm Package Compare versions

Comparing version 9.2.4 to 9.2.5

2

package.json
{
"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 }

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