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.0 to 1.3.1

1

dist/cjs/index.d.ts
import { ElectronArtifactDetails, ElectronDownloadRequestOptions } from './types';
export { getHostArch } from './utils';
export * from './types';
/**

@@ -4,0 +5,0 @@ * Downloads a specific version of Electron and returns an absolute path to a

import { ElectronArtifactDetails, ElectronDownloadRequestOptions } from './types';
export { getHostArch } from './utils';
export * from './types';
/**

@@ -4,0 +5,0 @@ * Downloads a specific version of Electron and returns an absolute path to a

7

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

@@ -12,4 +12,5 @@ "main": "dist/cjs/index.js",

"build": "tsc && tsc -p tsconfig.esm.json",
"build:docs": "typedoc --out docs",
"build:docs": "typedoc --plugin typedoc-plugin-nojekyll --out docs",
"prepublishOnly": "npm run build",
"publish:docs": "node script/publish-docs.js",
"test": "prettier --check \"src/**/*.ts\" && jest --coverage"

@@ -38,2 +39,3 @@ },

"@types/node": "^12.0.2",
"gh-pages": "^2.0.1",
"husky": "^2.3.0",

@@ -46,2 +48,3 @@ "jest": "^24.8.0",

"typedoc": "^0.14.2",
"typedoc-plugin-nojekyll": "^1.0.1",
"typescript": "^3.4.5"

@@ -48,0 +51,0 @@ },

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