Socket
Socket
Sign inDemoInstall

@electron/get

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@electron/get - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

1

dist/cjs/index.js

@@ -134,2 +134,3 @@ "use strict";

downloader: artifactDetails.downloader,
mirrorOptions: artifactDetails.mirrorOptions,
})];

@@ -136,0 +137,0 @@ case 4:

@@ -130,2 +130,3 @@ var __assign = (this && this.__assign) || function () {

downloader: artifactDetails.downloader,
mirrorOptions: artifactDetails.mirrorOptions,
})];

@@ -132,0 +133,0 @@ case 4:

8

package.json
{
"name": "@electron/get",
"version": "1.3.1",
"version": "1.3.2",
"description": "Utility for downloading artifacts from different versions of Electron",

@@ -14,3 +14,3 @@ "main": "dist/cjs/index.js",

"prepublishOnly": "npm run build",
"publish:docs": "node script/publish-docs.js",
"publish:docs": "gh-pages-clean && node script/publish-docs.js",
"test": "prettier --check \"src/**/*.ts\" && jest --coverage"

@@ -28,3 +28,3 @@ },

"env-paths": "^2.2.0",
"fs-extra": "^7.0.1",
"fs-extra": "^8.1.0",
"got": "^9.6.0",

@@ -36,3 +36,3 @@ "sumchecker": "^3.0.0"

"@types/debug": "^4.1.4",
"@types/fs-extra": "^7.0.0",
"@types/fs-extra": "^8.0.0",
"@types/got": "^9.4.4",

@@ -39,0 +39,0 @@ "@types/jest": "^24.0.13",

Sorry, the diff of this file is not supported yet

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