apollo-server-express
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "apollo-server-express", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Production-ready Node.js GraphQL server for Express and Connect", | ||
@@ -29,21 +29,18 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"apollo-server-core": "^1.1.0", | ||
"apollo-server-module-graphiql": "^1.1.2" | ||
"apollo-server-core": "^1.1.3", | ||
"apollo-server-module-graphiql": "^1.1.3" | ||
}, | ||
"devDependencies": { | ||
"@types/body-parser": "1.16.4", | ||
"@types/connect": "^3.4.30", | ||
"@types/express": "^4.0.36", | ||
"@types/graphql": "^0.10.2", | ||
"@types/multer": "1.3.2", | ||
"apollo-server-integration-testsuite": "^1.1.2", | ||
"body-parser": "^1.17.2", | ||
"connect": "^3.6.3", | ||
"connect-query": "^1.0.0", | ||
"express": "^4.15.4", | ||
"multer": "^1.3.0" | ||
"@types/body-parser": "1.16.5", | ||
"@types/connect": "3.4.31", | ||
"@types/express": "4.0.37", | ||
"@types/graphql": "0.11.4", | ||
"@types/multer": "1.3.3", | ||
"apollo-server-integration-testsuite": "^1.1.3", | ||
"body-parser": "1.18.2", | ||
"connect": "3.6.5", | ||
"connect-query": "1.0.0", | ||
"express": "4.16.1", | ||
"multer": "1.3.0" | ||
}, | ||
"peerDependencies": { | ||
"graphql": "^0.9.0 || ^0.10.1" | ||
}, | ||
"typings": "dist/index.d.ts", | ||
@@ -50,0 +47,0 @@ "typescript": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2
0
28575
+ Addedgraphql@0.13.2(transitive)
- Removedgraphql@0.10.5(transitive)
Updatedapollo-server-core@^1.1.3