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

dddos

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dddos - npm Package Compare versions

Comparing version 0.1.0-a to 0.1.0-b

2

index.js

@@ -12,3 +12,3 @@ const Util = require('util');

this.checkInterval = +options.checkInterval;
if (isNaN(checkInterval) || checkInterval <= 0) {
if (isNaN(this.checkInterval) || this.checkInterval <= 0) {
this.checkInterval = 1000; //NOTE: One second.

@@ -15,0 +15,0 @@ }

{
"name": "dddos",
"version": "0.1.0-a",
"version": "0.1.0-b",
"description": "",

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

# Configurable Denial-Of-Service prevention library
The extra "D" means it is better than the `ddos` package.
The extra D means it is better than the ddos package.

@@ -5,0 +5,0 @@ ## Example

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