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

@mocks-server/main

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mocks-server/main - npm Package Compare versions

Comparing version 1.8.1 to 1.8.2

7

CHANGELOG.md

@@ -16,2 +16,9 @@ # Change Log

## [1.8.2] - 2020-01-12
### Changed
- Update dependencies
- Update core version to [1.4.3](https://github.com/mocks-server/core/releases/tag/v1.4.3)
- Update plugin-inquirer-cli version to [1.3.1](https://github.com/mocks-server/plugin-inquirer-cli/releases/tag/v1.3.1)
- Update plugin-admin-api version to [1.4.1](https://github.com/mocks-server/plugin-admin-api/releases/tag/v1.4.1)
## [1.8.1] - 2020-01-12

@@ -18,0 +25,0 @@ ### Changed

28

package.json
{
"name": "@mocks-server/main",
"version": "1.8.1",
"version": "1.8.2",
"description": "Mocks server supporting multiple api behaviors",

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

"dependencies": {
"@mocks-server/core": "1.4.2",
"@mocks-server/plugin-admin-api": "1.4.0",
"@mocks-server/plugin-inquirer-cli": "1.3.0"
"@mocks-server/core": "1.4.3",
"@mocks-server/plugin-admin-api": "1.4.1",
"@mocks-server/plugin-inquirer-cli": "1.3.1"
},
"devDependencies": {
"coveralls": "^3.0.9",
"coveralls": "3.0.9",
"eslint": "6.8.0",
"eslint-config-prettier": "6.9.0",
"eslint-plugin-prettier": "^3.1.2",
"fs-extra": "^8.1.0",
"eslint-plugin-prettier": "3.1.2",
"fs-extra": "8.1.0",
"husky": "4.0.6",
"is-promise": "^2.1.0",
"is-promise": "2.1.0",
"jest": "24.9.0",
"lint-staged": "^9.5.0",
"lint-staged": "9.5.0",
"lodash": "4.17.15",
"prettier": "^1.19.1",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"sinon": "^8.0.1",
"prettier": "1.19.1",
"request": "2.88.0",
"request-promise": "4.2.5",
"sinon": "8.0.1",
"strip-ansi": "6.0.0",
"tree-kill-sync": "^1.0.0"
"tree-kill-sync": "1.0.0"
},

@@ -66,0 +66,0 @@ "lint-staged": {

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