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 0.2.0 to 1.0.0

4

package.json
{
"name": "electron-dl",
"version": "0.2.0",
"version": "1.0.0",
"description": "Simplified file downloads for your Electron app",

@@ -28,3 +28,3 @@ "license": "MIT",

"devDependencies": {
"electron-prebuilt": "^0.35.4",
"electron-prebuilt": "^1.0.1",
"xo": "*"

@@ -31,0 +31,0 @@ },

@@ -32,3 +32,3 @@ # electron-dl [![Build Status](https://travis-ci.org/sindresorhus/electron-dl.svg?branch=master)](https://travis-ci.org/sindresorhus/electron-dl)

app.on('ready', () => {
win = new BrowserWindow({});
win = new BrowserWindow();
});

@@ -40,2 +40,2 @@ ```

MIT © [Sindre Sorhus](http://sindresorhus.com)
MIT © [Sindre Sorhus](https://sindresorhus.com)
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