Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "ufetch", | ||
"description": "A micro ajax http library based on fetch with a unified api for browsers and nodejs", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"repository": "https://github.com/Flux159/ufetch", | ||
@@ -14,3 +14,6 @@ "homepage": "http://flux159.github.io/ufetch/", | ||
], | ||
"browser": "./browserindex.js" | ||
"browser": "./browserindex.js", | ||
"dependencies": { | ||
"isomorphic-fetch": "^2.2.1" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
const fetch = require('node-fetch'); | ||
const fetch = require('isomorphic-fetch'); | ||
@@ -3,0 +3,0 @@ /* global document */ |
@@ -0,1 +1,3 @@ | ||
const fetch = require('isomorphic-fetch'); | ||
function mergeObjects(mergedOptions, addOptions) { | ||
@@ -2,0 +4,0 @@ for (const o in addOptions) { |
13178
9
355
1
76
+ Addedisomorphic-fetch@^2.2.1
+ Addedencoding@0.1.13(transitive)
+ Addediconv-lite@0.6.3(transitive)
+ Addedis-stream@1.1.0(transitive)
+ Addedisomorphic-fetch@2.2.1(transitive)
+ Addednode-fetch@1.7.3(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedwhatwg-fetch@3.6.20(transitive)