electron-osx-sign
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "electron-osx-sign", | ||
"version": "0.4.0", | ||
"description": "Code-signing for Electron-packed OS X apps.", | ||
"version": "0.4.1", | ||
"description": "Codesign Electron macOS apps", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "bin": { |
@@ -9,3 +9,3 @@ # electron-osx-sign [![npm][npm_img]][npm_url] [![Build Status][travis_img]][travis_url] | ||
It is worth noting as well that starting from [Electron] v1.1.1, a new mechanism was introduced to satisfy IPC communications (see [electron#5601](https://github.com/electron/electron/pull/5601)); wishing to have full support of various Electron versions, please utilize `opts.version`, which brings less hassle with making default settings among releases. | ||
It is worth noting as well that starting from [Electron] v1.1.1, a new mechanism was introduced to satisfy IPC communications (see [electron#5601](https://github.com/electron/electron/pull/5601)); wish to have full support of legacy Electron versions, please utilize `opts.version`, which option brings less hassle with making default settings among Electron builds. | ||
@@ -328,6 +328,6 @@ We are trying to keep updated to the Electron specifications; please [file us an issue](https://github.com/electron-userland/electron-osx-sign/issues/new) if having any suggestions or experiencing difficulties code signing your products. | ||
> electron-osx-sign@0.4.0 pretest electron-osx-sign | ||
> electron-osx-sign@0.4.1 pretest electron-osx-sign | ||
> rimraf test/work | ||
> electron-osx-sign@0.4.0 test electron-osx-sign | ||
> electron-osx-sign@0.4.1 test electron-osx-sign | ||
> standard && tape test | ||
@@ -402,3 +402,3 @@ | ||
ok 42 app flattened | ||
# defaults-test:v1.4.2-darwin-x64 | ||
# defaults-test:v1.4.4-darwin-x64 | ||
ok 43 app signed | ||
@@ -405,0 +405,0 @@ ok 44 app flattened |
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
3
72663