apollo-fetch-upload
Advanced tools
Comparing version 1.1.0 to 1.2.0
# apollo-fetch-upload change log | ||
## next | ||
## 1.2.0 | ||
- Updated `apollo-fetch` dependency, which uses `cross-fetch` | ||
## 1.1.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"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" | ||
} | ||
} |
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
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
14226
1
+ Addedapollo-fetch@0.7.0(transitive)
+ Addedcross-fetch@1.1.1(transitive)
+ Addedwhatwg-fetch@2.0.3(transitive)
- Removedapollo-fetch@0.6.0(transitive)
- Removedisomorphic-fetch@2.2.1(transitive)
- Removedwhatwg-fetch@3.6.20(transitive)
Updatedapollo-fetch@^0.7.0