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

3

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: Robin Van den Broeck <https://github.com/gamesmaxed>
// M. Fatih Mar <https://github.com/mfatihmar>
// Definitions by: M. Fatih Mar <https://github.com/mfatihmar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -6,0 +5,0 @@

{
"name": "@types/electron-devtools-installer",
"version": "2.2.0",
"version": "2.2.1",
"description": "TypeScript definitions for electron-devtools-installer",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/electron-devtools-installer",
"license": "MIT",
"contributors": [
{
"name": "Robin Van den Broeck",
"url": "https://github.com/gamesmaxed",
"githubUsername": "gamesmaxed"
},
{
"name": "M. Fatih Mar",

@@ -19,10 +15,12 @@ "url": "https://github.com/mfatihmar",

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/electron-devtools-installer"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "867394fd7c7b007b0ddfa6494a979686b5ada3034fbeb32f0f07be6d55800295",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "f83999588b1b95fb2696de750890494c71107252469f68731865e7d4ae081581",
"typeScriptVersion": "3.8"
}

@@ -8,6 +8,37 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/electron-devtools-installer
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/electron-devtools-installer.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/electron-devtools-installer/index.d.ts)
````ts
// Type definitions for electron-devtools-installer v2.2.4
// Project: https://github.com/MarshallOfSound/electron-devtools-installer
// Definitions by: M. Fatih Mar <https://github.com/mfatihmar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Additional Details
* Last updated: Mon, 23 Jul 2018 23:44:11 GMT
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: Thu, 23 Dec 2021 23:34:33 GMT
* Dependencies: none

@@ -17,2 +48,2 @@ * Global values: none

# Credits
These definitions were written by Robin Van den Broeck <https://github.com/gamesmaxed>, M. Fatih Mar <https://github.com/mfatihmar>.
These definitions were written by [M. Fatih Mar](https://github.com/mfatihmar).

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