🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

stub-server

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stub-server

Stub server which do response depends on json configuration file

0.1.1
Source
npm
Version published
Weekly downloads
19
-62.75%
Maintainers
1
Weekly downloads
 
Created
Source

Stub server is node.js based server for mocking request. Simple configuration format (JSON), responses can be in different files and types.

#Installation

npm i stub-server

#Usage

var stubServer = require('stub-server');

stubServer.config('configuration.json');

stubServer.run();

#Configuration

#Contributing

#License

Keywords

stub

FAQs

Package last updated on 14 May 2015

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