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

graphql-upload

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-upload - npm Package Compare versions

Comparing version 8.0.2 to 8.0.3

7

changelog.md
# 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 @@

26

package.json
{
"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

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