Socket
Socket
Sign inDemoInstall

@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.8 to 1.5.0

8

CHANGELOG.md

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

## [1.5.0] - 2020-10-26
### Added
- feat(filesLoader): Add error object to fileLoader error log
### Changed
- chore(deps): Update dependencies
## [1.4.8] - 2020-06-21

@@ -31,0 +39,0 @@

28

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

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

"@hapi/boom": "9.1.0",
"commander": "5.1.0",
"commander": "6.2.0",
"cors": "2.8.5",

@@ -52,21 +52,21 @@ "express": "4.17.1",

"is-promise": "4.0.0",
"lodash": "4.17.15",
"md5": "2.2.1",
"node-watch": "0.6.4",
"lodash": "4.17.20",
"md5": "2.3.0",
"node-watch": "0.7.0",
"require-all": "3.0.0",
"route-parser": "0.0.5",
"winston": "3.2.1"
"winston": "3.3.3"
},
"devDependencies": {
"coveralls": "3.0.9",
"eslint": "7.2.0",
"eslint-config-prettier": "6.11.0",
"eslint": "7.12.0",
"eslint-config-prettier": "6.14.0",
"eslint-plugin-prettier": "3.1.4",
"husky": "4.2.5",
"jest": "26.0.1",
"lint-staged": "10.2.10",
"prettier": "2.0.5",
"husky": "4.3.0",
"jest": "26.6.1",
"lint-staged": "10.4.2",
"prettier": "2.1.2",
"request": "2.88.2",
"request-promise": "4.2.5",
"sinon": "9.0.2",
"request-promise": "4.2.6",
"sinon": "9.2.0",
"strip-ansi": "6.0.0",

@@ -73,0 +73,0 @@ "tree-kill-sync": "1.0.0"

@@ -120,3 +120,3 @@ /*

} catch (error) {
this._tracer.error(`Error loading files from folder ${this._path}`);
this._tracer.error(`Error loading files from folder ${this._path} with error:`, error);
}

@@ -123,0 +123,0 @@ }

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