@expo/downloader
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -10,3 +10,3 @@ "use strict"; | ||
const got_1 = __importDefault(require("got")); | ||
const pipeline = util_1.promisify(stream_1.default.pipeline); | ||
const pipeline = (0, util_1.promisify)(stream_1.default.pipeline); | ||
async function downloadFile(srcUrl, outputPath, timeout) { | ||
@@ -13,0 +13,0 @@ try { |
{ | ||
"name": "@expo/downloader", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"main": "dist/index.js", | ||
@@ -27,7 +27,7 @@ "types": "dist/index.d.ts", | ||
"@types/jest": "^26.0.20", | ||
"@types/node": "^14.14.31", | ||
"jest": "^26.6.3", | ||
"ts-jest": "^26.5.1", | ||
"typescript": "^4.1.5" | ||
"@types/node": "^16.11.26", | ||
"jest": "^27.5.1", | ||
"ts-jest": "^27.1.3", | ||
"typescript": "^4.6.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
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
3298