Socket
Socket
Sign inDemoInstall

@mocks-server/plugin-admin-api

Package Overview
Dependencies
286
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.0 to 3.3.1

6

package.json
{
"name": "@mocks-server/plugin-admin-api",
"version": "3.3.0",
"version": "3.3.1",
"description": "Mocks Server plugin providing an administration REST API",

@@ -36,3 +36,3 @@ "keywords": [

"@hapi/boom": "9.1.4",
"@mocks-server/admin-api-paths": "4.0.0",
"@mocks-server/admin-api-paths": "4.1.0",
"swagger-ui-dist": "4.13.0",

@@ -45,3 +45,3 @@ "body-parser": "1.20.0",

"devDependencies": {
"@mocks-server/core": "3.7.0"
"@mocks-server/core": "3.8.0"
},

@@ -48,0 +48,0 @@ "engines": {

@@ -15,2 +15,4 @@ /*

const express = require("express");
const { DEFAULT_HOST, DEFAULT_PORT } = require("@mocks-server/admin-api-paths");
const {

@@ -25,3 +27,3 @@ addRequestId,

const { ALL_HOSTS, serverUrl } = require("../common/helpers");
const { serverUrl } = require("../common/helpers");

@@ -37,3 +39,3 @@ const START_ALERT_ID = "start";

type: "number",
default: 3110,
default: DEFAULT_PORT,
},

@@ -44,3 +46,3 @@ {

type: "string",
default: ALL_HOSTS,
default: DEFAULT_HOST,
},

@@ -47,0 +49,0 @@ ];

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc