New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@allsquare/apollo-upload-client

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

@allsquare/apollo-upload-client - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1

5

lib/main/index.js

@@ -77,4 +77,5 @@ 'use strict'

files.forEach(function(_ref2) {
var file = _ref2.file
return options.body.append(file.path, file)
var path = _ref2.path,
file = _ref2.file
return options.body.append(path, file)
})

@@ -81,0 +82,0 @@ } else options.body = payload

@@ -61,4 +61,5 @@ import 'core-js/modules/es6.function.name'

files.forEach(function(_ref2) {
var file = _ref2.file
return options.body.append(file.path, file)
var path = _ref2.path,
file = _ref2.file
return options.body.append(path, file)
})

@@ -65,0 +66,0 @@ } else options.body = payload

2

package.json
{
"name": "@allsquare/apollo-upload-client",
"version": "8.0.0",
"version": "8.0.1",
"description":

@@ -5,0 +5,0 @@ "Enhances Apollo Client for intuitive file uploads via GraphQL mutations.",

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