Socket
Socket
Sign inDemoInstall

@types/electron-devtools-installer

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/electron-devtools-installer - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

9

electron-devtools-installer/index.d.ts

@@ -8,8 +8,11 @@ // Type definitions for electron-devtools-installer v2.2.4

interface ExtensionReference {
id: string,
electron: string,
id: string;
electron: string;
}
// Default installation function
export default function (extensionReference: ExtensionReference | string | Array<ExtensionReference | string>, forceDownload?: boolean): Promise<string>;
export default function(
extensionReference: ExtensionReference | string | Array<ExtensionReference | string>,
forceDownload?: boolean,
): Promise<string>;

@@ -16,0 +19,0 @@ // Devtools themself

{
"name": "@types/electron-devtools-installer",
"version": "2.2.2",
"version": "2.2.3",
"description": "TypeScript definitions for electron-devtools-installer",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/electron-devtools-installer",

"dependencies": {},
"typesPublisherContentHash": "964bd14a1f530c96f468ba06cc6704cf9598b628e89f2d8d5d27c6eb1fb2e5d4",
"typeScriptVersion": "3.9"
"typesPublisherContentHash": "fd0aaecfb2f4cbb144f3b7ac53858332ecd87e01601c11382dad3897bcb0356f",
"typeScriptVersion": "4.5"
}

@@ -18,8 +18,11 @@ # Installation

interface ExtensionReference {
id: string,
electron: string,
id: string;
electron: string;
}
// Default installation function
export default function (extensionReference: ExtensionReference | string | Array<ExtensionReference | string>, forceDownload?: boolean): Promise<string>;
export default function(
extensionReference: ExtensionReference | string | Array<ExtensionReference | string>,
forceDownload?: boolean,
): Promise<string>;

@@ -43,3 +46,3 @@ // Devtools themself

### Additional Details
* Last updated: Mon, 18 Apr 2022 23:03:04 GMT
* Last updated: Sat, 23 Sep 2023 17:07:22 GMT
* Dependencies: none

@@ -46,0 +49,0 @@ * Global values: none

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