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

electron-dl

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-dl - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

4

index.d.ts

@@ -78,3 +78,3 @@ import {BrowserView, BrowserWindow, DownloadItem} from 'electron';

*/
readonly onTotalProgress?: (file: File) => void;
readonly onTotalProgress?: (progress: Progress) => void;

@@ -89,3 +89,3 @@ /**

*/
readonly onCompleted?: (completed: Completed) => void;
readonly onCompleted?: (file: File) => void;

@@ -92,0 +92,0 @@ /**

{
"name": "electron-dl",
"version": "3.2.0",
"version": "3.2.1",
"description": "Simplified file downloads for your Electron app",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -182,2 +182,3 @@ # electron-dl

}
```

@@ -184,0 +185,0 @@ #### openFolderWhenDone

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