electron-installer-codesign
Advanced tools
Comparing version 0.2.1 to 0.3.0
@@ -77,3 +77,9 @@ /* eslint no-console:0 */ | ||
} | ||
/** | ||
* @durran: Allow only the Electron symlink to not get skipped. | ||
* @see: COMPASS-101. | ||
*/ | ||
if (stat.isSymbolicLink() && file.indexOf('Electron') > -1) { | ||
return cb(null, file); | ||
} | ||
if (stat.isSymbolicLink() && file.indexOf('Contents/MacOS') > -1) { | ||
@@ -80,0 +86,0 @@ return cb(null, null); |
{ | ||
"name": "electron-installer-codesign", | ||
"description": "Sign your electron apps on OSX.", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"author": "Lucas Hrabovsky <lucas@mongodb.com> (http://imlucas.com)", | ||
@@ -6,0 +6,0 @@ "homepage": "http://github.com/mongodb-js/electron-installer-codesign", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
20233
214
1