Socket
Socket
Sign inDemoInstall

@mocks-server/core

Package Overview
Dependencies
188
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.0 to 2.5.0

38

package.json
{
"name": "@mocks-server/core",
"version": "2.4.0",
"version": "2.5.0",
"description": "Pluggable mock server supporting multiple route variants and mocks",

@@ -43,8 +43,8 @@ "keywords": [

"dependencies": {
"@babel/register": "7.14.5",
"@hapi/boom": "9.1.2",
"ajv": "8.6.0",
"@babel/register": "7.16.0",
"@hapi/boom": "9.1.4",
"ajv": "8.8.2",
"ajv-errors": "3.0.0",
"body-parser": "1.19.0",
"commander": "7.2.0",
"commander": "8.3.0",
"cors": "2.8.5",

@@ -54,29 +54,29 @@ "express": "4.17.1",

"fs-extra": "10.0.0",
"globule": "1.3.2",
"globule": "1.3.3",
"is-promise": "4.0.0",
"lodash": "4.17.21",
"md5": "2.3.0",
"node-watch": "0.7.1",
"node-watch": "0.7.2",
"require-all": "3.0.0",
"route-parser": "0.0.5",
"winston": "3.3.3",
"winston-array-transport": "1.1.4"
"winston-array-transport": "1.1.5"
},
"devDependencies": {
"@babel/preset-env": "7.14.7",
"@babel/preset-typescript": "7.14.5",
"@babel/preset-env": "7.16.4",
"@babel/preset-typescript": "7.16.0",
"cross-fetch": "3.1.4",
"cross-spawn": "7.0.3",
"eslint": "7.29.0",
"eslint": "8.4.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-no-only-tests": "2.6.0",
"eslint-plugin-prettier": "3.4.0",
"husky": "6.0.0",
"is-ci": "3.0.0",
"jest": "27.0.5",
"lint-staged": "11.0.0",
"prettier": "2.3.2",
"eslint-plugin-prettier": "4.0.0",
"husky": "7.0.4",
"is-ci": "3.0.1",
"jest": "27.4.3",
"lint-staged": "12.1.2",
"prettier": "2.5.0",
"request": "2.88.2",
"request-promise": "4.2.6",
"sinon": "11.1.1",
"sinon": "11.1.2",
"strip-ansi": "6.0.0",

@@ -92,4 +92,4 @@ "tree-kill": "1.2.2",

"engines": {
"node": "12.x || 14.x || 15.x || 16.x"
"node": ">=12.x"
}
}

@@ -110,8 +110,8 @@ /*

init(routesHandlers) {
if (catchInitValidatorError()) {
const initValidationError = catchInitValidatorError();
if (initValidationError) {
this._addAlert(
"validation:init",
new Error(
"Error loading ajv-errors dependency, validations won't be executed. Visit https://mocks-server.org/docs/how-to-fix-ajv-errors-installation for further info."
)
"Error loading ajv-errors dependency, validations won't be executed. Visit https://mocks-server.org/docs/how-to-fix-ajv-errors-installation for further info.",
initValidationError
);

@@ -118,0 +118,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