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

@mocks-server/core

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mocks-server/core - npm Package Compare versions

Comparing version 1.4.6 to 1.4.7

4

CHANGELOG.md

@@ -29,2 +29,6 @@ # Change Log

## [1.4.7] - 2020-06-14
### Changed
- chore(deps): Update dependencies
## [1.4.6] - 2020-04-10

@@ -31,0 +35,0 @@ ### Changed

30

package.json
{
"name": "@mocks-server/core",
"version": "1.4.6",
"version": "1.4.7",
"description": "Pluggable mock server supporting multiple api behaviors",

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

"scripts": {
"lint": "eslint index.js src test jest.config.js jest.acceptance.config.js",
"lint": "eslint *.js src test",
"lint-staged": "lint-staged",

@@ -46,10 +46,10 @@ "test": "jest",

"@hapi/boom": "9.1.0",
"commander": "5.0.0",
"commander": "5.1.0",
"cors": "2.8.5",
"express": "4.17.1",
"express-request-id": "1.4.1",
"fs-extra": "9.0.0",
"fs-extra": "9.0.1",
"lodash": "4.17.15",
"md5": "2.2.1",
"node-watch": "0.6.3",
"node-watch": "0.6.4",
"require-all": "3.0.0",

@@ -61,10 +61,10 @@ "route-parser": "0.0.5",

"coveralls": "3.0.9",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.1",
"eslint-plugin-prettier": "3.1.2",
"eslint": "7.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.3",
"husky": "4.2.5",
"is-promise": "2.1.0",
"jest": "25.3.0",
"lint-staged": "10.1.3",
"prettier": "2.0.4",
"is-promise": "4.0.0",
"jest": "26.0.1",
"lint-staged": "10.2.10",
"prettier": "2.0.5",
"request": "2.88.2",

@@ -79,5 +79,3 @@ "request-promise": "4.2.5",

"test/**/*.js": "eslint",
"index.js": "eslint",
"jest.config.js": "eslint",
"jest.acceptance.config.js": "eslint"
"*.js": "eslint"
},

@@ -90,4 +88,4 @@ "husky": {

"engines": {
"node": "10.x || 12.x || 13.x"
"node": "12.x || 14.x"
}
}
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