Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/electron-packager

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/electron-packager - npm Package Compare versions

Comparing version 13.0.0 to 13.0.1

13

electron-packager/index.d.ts

@@ -8,2 +8,3 @@ // Type definitions for electron-packager 13.0

// Mark Lee <https://github.com/malept>
// Florian Keller <https://github.com/ffflorian>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -61,5 +62,15 @@

interface ElectronOsXSignOptions {
identity?: string;
entitlements?: string;
"entitlements-inherit"?: string;
"gatekeeper-assess"?: boolean;
// see https://github.com/electron-userland/electron-packager/blob/92d09bba34599283a794fd6f24b88470f0cb1074/src/mac.js#L359
identity?: string | true;
"identity-validation"?: boolean;
ignore?: string;
keychain?: string;
"pre-auto-entitlements"?: boolean;
"pre-embed-provisioning-profile"?: boolean;
"provisioning-profile"?: string;
requirements?: string;
type?: string;
}

@@ -66,0 +77,0 @@

12

electron-packager/package.json
{
"name": "@types/electron-packager",
"version": "13.0.0",
"version": "13.0.1",
"description": "TypeScript definitions for electron-packager",

@@ -31,2 +31,7 @@ "license": "MIT",

"githubUsername": "malept"
},
{
"name": "Florian Keller",
"url": "https://github.com/ffflorian",
"githubUsername": "ffflorian"
}

@@ -38,3 +43,4 @@ ],

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/electron-packager"
},

@@ -45,4 +51,4 @@ "scripts": {},

},
"typesPublisherContentHash": "ed07b59b151ea4be5f6a326475cc51c419bb3401714a08b0d5dec71172001014",
"typesPublisherContentHash": "4708e28d829ecda255e4daf8e0b34d41a1d6346942ce436343dd90064e349aa5",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Thu, 13 Dec 2018 01:27:48 GMT
* Last updated: Tue, 25 Jun 2019 17:25:04 GMT
* Dependencies: @types/node

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

# Credits
These definitions were written by Maxime LUCE <https://github.com/SomaticIT>, Juan Jimenez-Anca <https://github.com/cortopy>, John Kleinschmidt <https://github.com/jkleinsc>, Brendan Forster <https://github.com/shiftkey>, Mark Lee <https://github.com/malept>.
These definitions were written by Maxime LUCE <https://github.com/SomaticIT>, Juan Jimenez-Anca <https://github.com/cortopy>, John Kleinschmidt <https://github.com/jkleinsc>, Brendan Forster <https://github.com/shiftkey>, Mark Lee <https://github.com/malept>, and Florian Keller <https://github.com/ffflorian>.
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