Socket
Socket
Sign inDemoInstall

dummy-service

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dummy-service - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

img/dummy_system.png

4

package.json
{
"name": "dummy-service",
"version": "1.1.0",
"description": "",
"version": "1.1.1",
"description": "A simple, minimal express service for testing and debugging CDNs, load-balancers and proxies, as a safe, known backend.",
"main": "main.js",

@@ -6,0 +6,0 @@ "author": "Alex Wilson <a@ax.gy>",

# Dummy Service
A simple, minimal express service for use in Fastly for testing and debugging, as a safe, known backend.
![Dummy Service](./img/dummy_system.png "EVA Dummy Plug System")
A simple, minimal express service for testing and debugging CDNs, load-balancers and proxies, as a safe, known backend.
It will return all HTTP data sent to it.

@@ -10,3 +12,3 @@

*Warning*: This will reflect _everything_ that is sent to it, including potentially your authentication/authorization secrets.
**Warning**: This will reflect _everything_ that is sent to it, including potentially your authentication/authorization secrets.
Please take care not to leak anything sensitive.

@@ -21,2 +23,2 @@

- `Dummy-Delay`: This adds a delay (in microseconds) in the processing of the response, useful for testing a stalled origin. Defaults to off.
- `Dummy-Cache-Control`: This overrides the cache-control header returned. Defaults to `private` to prevent caching.
- `Dummy-Cache-Control`: This overrides the cache-control header returned. Defaults to `private` to prevent caching.
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