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

electron-osx-sign

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-osx-sign - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

3

index.js

@@ -160,4 +160,5 @@ var fs = require('fs')

module.exports = function sign (app, opts, cb) {
if (!opts) opts = {app: app}
if (!opts) opts = {}
if (!cb) cb = function () {}
opts.app = app
if (!opts.app) return cb(new Error('Path to aplication must be specified.'))

@@ -164,0 +165,0 @@ if (!fs.existsSync(opts.app)) return cb(new Error('Application not found.'))

{
"name": "electron-osx-sign",
"version": "0.1.2",
"version": "0.1.3",
"description": "Codesign for Electron-packed apps",

@@ -5,0 +5,0 @@ "main": "index.js",

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