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

dmock-server

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dmock-server - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

.github/ISSUE_TEMPLATE/bug_report.md

3

lib/index.d.ts

@@ -12,2 +12,5 @@ /// <reference types="node" />

* @param parameters The parameters of the mock server
* @param parameters.hostname The hostname of the server, default is localhost
* @param parameters.port The port the server listens to, default is 3000
* @param parameters.routes An array of the routes the server will mock
*/

@@ -14,0 +17,0 @@ constructor(parameters: MockServerParameters);

@@ -9,2 +9,5 @@ "use strict";

* @param parameters The parameters of the mock server
* @param parameters.hostname The hostname of the server, default is localhost
* @param parameters.port The port the server listens to, default is 3000
* @param parameters.routes An array of the routes the server will mock
*/

@@ -11,0 +14,0 @@ constructor(parameters) {

2

package.json
{
"name": "dmock-server",
"version": "1.0.7",
"version": "1.0.8",
"description": "A typescript based mock server NPM module",

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

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