graphql-upload
Advanced tools
Comparing version 8.0.2 to 8.0.3
# graphql-upload changelog | ||
## 8.0.3 | ||
### Patch | ||
- Updated dependencies. The `busboy` update contains [a bug fix for `.pipe()` on file streams](https://github.com/mscdex/busboy/issues/188). | ||
- Use [jsDelivr](https://jsdelivr.com) for the readme logo instead of [RawGit](https://rawgit.com) as they are shutting down. | ||
## 8.0.2 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "graphql-upload", | ||
"version": "8.0.2", | ||
"version": "8.0.3", | ||
"description": "Middleware and an Upload scalar to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.", | ||
@@ -39,3 +39,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"busboy": "^0.2.14", | ||
"busboy": "^0.3.0", | ||
"fs-capacitor": "^1.0.0", | ||
@@ -46,7 +46,7 @@ "http-errors": "^1.7.1", | ||
"devDependencies": { | ||
"@babel/cli": "^7.1.5", | ||
"@babel/core": "^7.1.6", | ||
"@babel/preset-env": "^7.1.6", | ||
"@babel/cli": "^7.2.3", | ||
"@babel/core": "^7.2.2", | ||
"@babel/preset-env": "^7.2.3", | ||
"babel-eslint": "^10.0.1", | ||
"eslint": "^5.9.0", | ||
"eslint": "^5.12.0", | ||
"eslint-config-env": "^2.0.0", | ||
@@ -56,14 +56,14 @@ "eslint-config-prettier": "^3.3.0", | ||
"eslint-plugin-import-order-alphabetical": "0.0.1", | ||
"eslint-plugin-node": "^8.0.0", | ||
"eslint-plugin-prettier": "^3.0.0", | ||
"eslint-plugin-node": "^8.0.1", | ||
"eslint-plugin-prettier": "^3.0.1", | ||
"express": "^4.16.4", | ||
"form-data": "^2.3.3", | ||
"graphql": "^14.0.2", | ||
"husky": "^1.1.4", | ||
"jsdoc-md": "^1.6.0", | ||
"husky": "^1.3.1", | ||
"jsdoc-md": "^1.7.0", | ||
"koa": "^2.6.2", | ||
"lint-staged": "^8.0.5", | ||
"lint-staged": "^8.1.0", | ||
"node-fetch": "^2.3.0", | ||
"prettier": "^1.15.2", | ||
"tap": "^12.1.0", | ||
"prettier": "^1.15.3", | ||
"tap": "^12.1.1", | ||
"watch": "^1.0.2" | ||
@@ -70,0 +70,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
![graphql-upload logo](https://cdn.rawgit.com/jaydenseric/graphql-upload/a3c4590/graphql-upload-logo.svg) | ||
![graphql-upload logo](https://cdn.jsdelivr.net/gh/jaydenseric/graphql-upload@8.0.0/graphql-upload-logo.svg) | ||
@@ -3,0 +3,0 @@ # graphql-upload |
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
51597
+ Addedbusboy@0.3.1(transitive)
+ Addeddicer@0.3.0(transitive)
- Removedbusboy@0.2.14(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removeddicer@0.2.5(transitive)
- Removedisarray@0.0.1(transitive)
- Removedreadable-stream@1.1.14(transitive)
- Removedstring_decoder@0.10.31(transitive)
Updatedbusboy@^0.3.0