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

@mocks-server/plugin-admin-api

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mocks-server/plugin-admin-api - npm Package Compare versions

Comparing version 1.4.3 to 1.4.4

4

CHANGELOG.md

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

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

@@ -19,0 +23,0 @@ ### Changed

30

package.json
{
"name": "@mocks-server/plugin-admin-api",
"version": "1.4.3",
"version": "1.4.4",
"description": "Plugin for Mocks Server. Provides a REST API for administrating settings, fixtures and behaviors",

@@ -27,3 +27,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",

@@ -40,3 +40,3 @@ "test": "jest",

"dependencies": {
"@mocks-server/admin-api-paths": "1.0.6",
"@mocks-server/admin-api-paths": "1.0.7",
"@hapi/boom": "9.1.0",

@@ -46,13 +46,13 @@ "express": "4.17.1"

"devDependencies": {
"@mocks-server/core": "1.4.6",
"@mocks-server/core": "1.4.7",
"coveralls": "3.0.9",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.1",
"eslint-plugin-prettier": "3.1.2",
"fs-extra": "9.0.0",
"eslint": "7.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.3",
"fs-extra": "9.0.1",
"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",

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

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

@@ -78,4 +76,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