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 8.7.1 to 8.7.2

15

electron-packager/index.d.ts

@@ -188,12 +188,9 @@ // Type definitions for electron-packager 8.7

osxSign?: boolean | ElectronOsXSignOptions;
/**
* The URL protocol scheme(s) to associate the app with
*/
protocol?: string[];
/**
* The descriptive name(s) of the URL protocol scheme(s) specified via the protocol option.
* Maps to the CFBundleURLName metadata property.
*/
protocolName?: string[];
/** The URL protocol schemes the app supports. */
protocols?: Array<{
name: string
schemes: string[]
}>;
/**

@@ -200,0 +197,0 @@ * Windows targets only

{
"name": "@types/electron-packager",
"version": "8.7.1",
"version": "8.7.2",
"description": "TypeScript definitions for electron-packager",

@@ -25,5 +25,4 @@ "license": "MIT",

},
"peerDependencies": {},
"typesPublisherContentHash": "eb3eaecce86e5c2555e87af5d3addad2712f5be29cde90569068eabfb0338f71",
"typesPublisherContentHash": "ee14f894ea8fe8065cac7753a420990ab6abc838c4426abbdfd14a2393a8261b",
"typeScriptVersion": "2.0"
}

2

electron-packager/README.md

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

Additional Details
* Last updated: Thu, 03 Aug 2017 13:57:01 GMT
* Last updated: Wed, 16 Aug 2017 22:06:59 GMT
* Dependencies: node

@@ -14,0 +14,0 @@ * Global values: none

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