Socket
Socket
Sign inDemoInstall

express-mock-api-middleware

Package Overview
Dependencies
8
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.9 to 1.0.10

18

package.json
{
"name": "express-mock-api-middleware",
"version": "1.0.9",
"version": "1.0.10",
"description": "Express middleware for mocking restful APIs",

@@ -12,3 +12,3 @@ "main": "lib/index.js",

"test": "exit 0",
"prepack": "npm run build"
"prepack": "yarn build"
},

@@ -34,3 +34,3 @@ "repository": {

"body-parser": "^1.19.0",
"chokidar": "^3.4.3",
"chokidar": "^3.5.1",
"debug": "^4.3.1",

@@ -43,14 +43,14 @@ "glob": "^7.1.6",

"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"babel-eslint": "^10.1.0",
"eslint": "^7.17.0",
"eslint": "^7.19.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.1.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1"
}
}

@@ -10,2 +10,6 @@ # express-mock-api-middleware

```
or
```
yarn add --dev express-mock-api-middleware
```

@@ -12,0 +16,0 @@ # Usage

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