Socket
Socket
Sign inDemoInstall

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.3.1 to 0.3.2

1

bin/electron-osx-sign-usage.txt

@@ -12,1 +12,2 @@ Usage: electron-osx-sign <app> [additional-binaries...] [--options...]

platform Build platform of Electron. Allowed values: `darwin`, `mas`. Default to auto detect from application package.
requirements Specify the criteria that you recommend to be used to evaluate the code signature. Default to undefined.

@@ -167,2 +167,5 @@ var fs = require('fs')

}
if (opts.requirements) {
args.push('--requirements', opts.requirements)
}

@@ -169,0 +172,0 @@ if (opts.entitlements) {

2

package.json
{
"name": "electron-osx-sign",
"version": "0.3.1",
"version": "0.3.2",
"description": "Code-signing for Electron-packed OS X apps.",

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

@@ -119,2 +119,7 @@ # electron-osx-sign [![npm][npm_img]][npm_url] [![Build Status][travis_img]][travis_url]

`requirements` - *String*
Specify the criteria that you recommend to be used to evaluate the code signature.
See more info from https://developer.apple.com/library/mac/documentation/Security/Conceptual/CodeSigningGuide/RequirementLang/RequirementLang.html
###### callback

@@ -227,6 +232,6 @@

> electron-osx-sign@0.3.1 pretest electron-osx-sign
> electron-osx-sign@0.3.2 pretest electron-osx-sign
> rimraf test/work
> electron-osx-sign@0.3.1 test electron-osx-sign
> electron-osx-sign@0.3.2 test electron-osx-sign
> standard && tape test

@@ -233,0 +238,0 @@

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