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

simdummy

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simdummy - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

lib/limits.js

@@ -5,3 +5,3 @@ "use strict"

instance.maxLatency = 60 * 1000
instance.maxBodySize = 5 * 1025
instance.maxBodySize = 16 * 1024
if (!limits) {

@@ -8,0 +8,0 @@ return

{
"name": "simdummy",
"version": "0.1.0",
"version": "0.1.1",
"description": "Simple tool for HTTP response simulation, automated and load testing",
"main": "index.js",
"scripts": {
"start": "node test/index.js"
"start": "node entry.js"
},

@@ -9,0 +9,0 @@ "author": "Alex Pereverzyev",

@@ -80,1 +80,9 @@

```
## Docker
To start simdummy in [Docker container](https://hub.docker.com/repository/docker/alexpereverzyev/simdummy) do:
```
docker run --name sd -p 9999:9999 -d alexpereverzyev/simdummy:0.1.1
```
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