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.3.1 to 2.3.2

6

CHANGELOG.md

@@ -17,2 +17,8 @@ # Change Log

## [2.3.2] - 2021-05-24
### Changed
- chore(deps): update dependencies
- chore: Change Sonar project
## [2.3.1] - 2021-05-06

@@ -19,0 +25,0 @@

35

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

@@ -39,18 +39,19 @@ "keywords": [

"test:e2e": "jest --config=jest.e2e.config.js --runInBand --detectOpenHandles",
"test:unit": "npm run test"
"test:unit": "npm run test",
"prepare": "is-ci || husky install"
},
"dependencies": {
"@babel/register": "7.13.14",
"@babel/register": "7.13.16",
"@hapi/boom": "9.1.2",
"ajv": "8.1.0",
"ajv": "8.5.0",
"ajv-errors": "3.0.0",
"body-parser": "1.19.0",
"commander": "6.2.1",
"commander": "7.2.0",
"cors": "2.8.5",
"express": "4.17.1",
"express-request-id": "1.4.1",
"fs-extra": "9.1.0",
"fs-extra": "10.0.0",
"globule": "1.3.2",
"is-promise": "4.0.0",
"lodash": "4.17.20",
"lodash": "4.17.21",
"md5": "2.3.0",

@@ -61,17 +62,18 @@ "node-watch": "0.7.1",

"winston": "3.3.3",
"winston-array-transport": "1.0.2"
"winston-array-transport": "1.1.1"
},
"devDependencies": {
"@babel/preset-env": "7.13.15",
"@babel/preset-env": "7.14.2",
"@babel/preset-typescript": "7.13.0",
"cross-fetch": "3.1.4",
"cross-spawn": "7.0.3",
"eslint": "7.25.0",
"eslint": "7.27.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-no-only-tests": "2.6.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"husky": "4.3.8",
"husky": "6.0.0",
"is-ci": "3.0.0",
"jest": "26.6.3",
"lint-staged": "10.5.4",
"prettier": "2.2.1",
"lint-staged": "11.0.0",
"prettier": "2.3.0",
"request": "2.88.2",

@@ -89,7 +91,2 @@ "request-promise": "4.2.6",

},
"husky": {
"hooks": {
"pre-commit": "npm run lint-staged"
}
},
"engines": {

@@ -96,0 +93,0 @@ "node": "12.x || 14.x || 15.x || 16.x"

@@ -48,5 +48,5 @@ [![Build status][build-image]][build-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Quality Gate][quality-gate-image]][quality-gate-url]

[greenkeeper-url]: https://greenkeeper.io/
[quality-gate-image]: https://sonarcloud.io/api/project_badges/measure?project=mocks-server-core&metric=alert_status
[quality-gate-url]: https://sonarcloud.io/dashboard?id=mocks-server-core
[quality-gate-image]: https://sonarcloud.io/api/project_badges/measure?project=mocks-server_core&metric=alert_status
[quality-gate-url]: https://sonarcloud.io/dashboard?id=mocks-server_core
[release-image]: https://img.shields.io/github/release-date/mocks-server/core.svg
[release-url]: https://github.com/mocks-server/core/releases
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