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

@expo/downloader

Package Overview
Dependencies
Maintainers
23
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/downloader - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

2

dist/index.js

@@ -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

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