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

apollo-fetch-upload

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-fetch-upload - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

6

changelog.md
# apollo-fetch-upload change log
## next
## 1.2.0
- Updated `apollo-fetch` dependency, which uses `cross-fetch`
## 1.1.0

@@ -4,0 +10,0 @@

15

package.json
{
"name": "apollo-fetch-upload",
"version": "1.1.0",
"version": "1.2.0",
"description": "Allows files to be used in GraphQL requests with apollo-fetch.",

@@ -25,2 +25,3 @@ "license": "MIT",

"prepublishOnly": "npm run test && npm run build:lib",
"clean": "npm run clean:lib && npm run clean:test",
"clean:lib": "rimraf dist",

@@ -30,15 +31,15 @@ "clean:test": "rimraf test/dist",

"build:test": "tsc -p tsconfig.test.json",
"lint": "tslint --type-check -p tsconfig.main.json && tslint --type-check -p tsconfig.test.json",
"lint": "tslint -p tsconfig.main.json && tslint -p tsconfig.test.json",
"test": "ava test/dist/test"
},
"dependencies": {
"apollo-fetch": "^0.6.0",
"apollo-fetch": "^0.7.0",
"extract-files": "^2.0.1"
},
"devDependencies": {
"ava": "0.22.0",
"rimraf": "2.6.1",
"tslint": "5.6.0",
"typescript": "2.4.2"
"ava": "0.24.0",
"rimraf": "2.6.2",
"tslint": "5.8.0",
"typescript": "2.6.2"
}
}
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