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

electron-installer-codesign

Package Overview
Dependencies
Maintainers
16
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-installer-codesign - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

8

index.js

@@ -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);

2

package.json
{
"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",

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