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.2.0 to 3.3.0

6

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

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

"peerDependencies": {
"@mocks-server/core": ">=3.6.0 <4.x"
"@mocks-server/core": ">=3.7.0 <4.x"
},

@@ -45,3 +45,3 @@ "dependencies": {

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

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

@@ -82,6 +82,3 @@ /*

const parseRoute = (route) => {
return {
...route,
method: route.method.toLowerCase(),
};
return route;
};

@@ -88,0 +85,0 @@

@@ -383,2 +383,3 @@ const {

type: "json",
disabled: false,
preview: {

@@ -396,2 +397,3 @@ body: {

type: "json",
disabled: false,
preview: {

@@ -446,2 +448,3 @@ body: {

type: "json",
disabled: false,
preview: {

@@ -762,2 +765,6 @@ body: {

},
disabled: {
type: "boolean",
description: "When true, using this variant disables the route",
},
preview: {

@@ -764,0 +771,0 @@ type: "object",

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