🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

graphql-mockfiles-express-middleware

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-mockfiles-express-middleware - npm Package Compare versions

Comparing version

to
0.0.3

6

package.json
{
"name": "graphql-mockfiles-express-middleware",
"version": "0.0.2",
"version": "0.0.3",
"description": "A GraphQL mockserver based on files and a typeDefinition",
"main": "graphql-mockfiles-middleware.js",
"repository": {
"type": "git",
"url": "http://github.com/alber70g/graphql-mockfiles-express-middleware"
},
"scripts": {

@@ -7,0 +11,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

15

README.md

@@ -12,2 +12,3 @@ # GraphQL MockFiles Server

- [Changelog](#changelog)
- [0.0.3](#003)
- [0.0.2](#002)

@@ -174,6 +175,6 @@ - [0.0.1](#001)

[
'/posts/'
'/posts/title'
'/posts/author/'
'/posts/author/name'
"/posts/",
"/posts/title",
"/posts/author/",
"/posts/author/name"
]

@@ -196,6 +197,10 @@ ```

- [] make the mockfiles-middleware work for Mutations
- [ ] make the mockfiles-middleware work for Mutations
# Changelog
## 0.0.3
- Update README.md
## 0.0.2

@@ -202,0 +207,0 @@