@types/electron-packager
Advanced tools
Comparing version 8.7.0 to 8.7.1
@@ -66,4 +66,4 @@ // Type definitions for electron-packager 8.7 | ||
InternalName?: string; | ||
"requested-execution-level": any; | ||
"application-manifest": any; | ||
"requested-execution-level"?: "asInvoker" | "highestAvailable" | "requireAdministrator"; | ||
"application-manifest"?: string; | ||
} | ||
@@ -192,3 +192,3 @@ | ||
*/ | ||
protocol?: string; | ||
protocol?: string[]; | ||
/** | ||
@@ -195,0 +195,0 @@ * The descriptive name(s) of the URL protocol scheme(s) specified via the protocol option. |
{ | ||
"name": "@types/electron-packager", | ||
"version": "8.7.0", | ||
"version": "8.7.1", | ||
"description": "TypeScript definitions for electron-packager", | ||
@@ -26,4 +26,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "42018a1f9521918717c796ae54322707367699b3d9c4032c86da4f1680fbccb6", | ||
"typesPublisherContentHash": "eb3eaecce86e5c2555e87af5d3addad2712f5be29cde90569068eabfb0338f71", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 30 Jun 2017 21:28:45 GMT | ||
* Last updated: Thu, 03 Aug 2017 13:57:01 GMT | ||
* Dependencies: node | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
11082
0