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

mock-responses

Package Overview
Dependencies
Maintainers
3
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mock-responses

espress-kind http request middleware

  • 3.1.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
18
decreased by-67.86%
Maintainers
3
Weekly downloads
 
Created
Source

Table of Contents

To Start

  • For Development: npm start
  • For Production: ?????????

For Development

  • server: NestJS
  • client: Angular9

How to install and start

To Start With Forever

forever start -c "npm run dev:start" ./

To Start Manally

$ kill-port 9300

$ ts-node src/main.ts --db-path=demo/mock-responses.sql --port=9300 --cookie='PLAY_SESSION=ACCTNBR=123456789; Path=/'

After Starting, go to http://localhost:3000/developer/#


Documentation

Mock Response Documentation

Use Case Documentation


Mock Response Features

create mock-responses

update mock-response

search mock-response

Note: the search looks for matching strings in 'name', 'url', and 'body' column.

create use-cases

update use-case

Note: Use the search bar on the right side to search mock services, then click the service to add it to the use case. Click the trash can icon to remove the mock service from a use case.

activate use-case

Activates all mock services under that use case.

Keywords

FAQs

Package last updated on 28 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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