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

TypeScript definitions for electron-devtools-installer


Version published
Weekly downloads
30K
increased by6.73%
Maintainers
1
Weekly downloads
 
Created
Source

Installation

npm install --save @types/electron-devtools-installer

Summary

This package contains type definitions for electron-devtools-installer (https://github.com/MarshallOfSound/electron-devtools-installer).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/electron-devtools-installer.

index.d.ts

// Type definitions for electron-devtools-installer v2.2.4
// Project: https://github.com/MarshallOfSound/electron-devtools-installer
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare module "electron-devtools-installer" {
    interface ExtensionReference {
        id: string,
        electron: string,
    }

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

    // Devtools themself
    export const EMBER_INSPECTOR: ExtensionReference;
    export const REACT_DEVELOPER_TOOLS: ExtensionReference;
    export const BACKBONE_DEBUGGER: ExtensionReference;
    export const JQUERY_DEBUGGER: ExtensionReference;
    export const ANGULARJS_BATARANG: ExtensionReference;
    export const VUEJS_DEVTOOLS: ExtensionReference;
    export const REDUX_DEVTOOLS: ExtensionReference;
    export const REACT_PERF: ExtensionReference;
    export const CYCLEJS_DEVTOOL: ExtensionReference;
    export const APOLLO_DEVELOPER_TOOLS: ExtensionReference;
    export const MOBX_DEVTOOLS: ExtensionReference;
}

Additional Details

  • Last updated: Mon, 18 Apr 2022 23:03:04 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.

FAQs

Package last updated on 18 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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