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

electron-installer-codesign

Package Overview
Dependencies
Maintainers
28
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.3.1 to 0.3.2

1

index.js

@@ -176,2 +176,3 @@ /* eslint no-console:0 */

codesign.bind(null, opts.appPath + '/Contents/MacOS/*', opts),
codesign.bind(null, opts.appPath + '/Contents/Resources/*', opts),
codesign.bind(null, opts.appPath, opts),

@@ -178,0 +179,0 @@ verify.bind(null, opts.appPath)

2

package.json
{
"name": "electron-installer-codesign",
"description": "Sign your electron apps on OSX.",
"version": "0.3.1",
"version": "0.3.2",
"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