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.4.8 to 0.4.10

2

package.json
{
"name": "electron-osx-sign",
"version": "0.4.8",
"version": "0.4.10",
"description": "Codesign Electron macOS apps",

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

@@ -383,6 +383,6 @@ # electron-osx-sign [![npm][npm_img]][npm_url] [![Build Status][travis_img]][travis_url]

> electron-osx-sign@0.4.8 pretest electron-osx-sign
> electron-osx-sign@0.4.10 pretest electron-osx-sign
> rimraf test/work
> electron-osx-sign@0.4.8 test electron-osx-sign
> electron-osx-sign@0.4.10 test electron-osx-sign
> standard && tape test

@@ -440,11 +440,19 @@

ok 23 app signed
# defaults-test:v1.6.11-darwin-x64
# defaults-test:v1.6.17-darwin-x64
ok 24 app signed
# defaults-test:v1.6.11-mas-x64
# defaults-test:v1.6.17-mas-x64
ok 25 app signed
# defaults-test:v1.7.12-darwin-x64
ok 26 app signed
# defaults-test:v1.7.12-mas-x64
ok 27 app signed
# defaults-test:v1.8.3-darwin-x64
ok 28 app signed
# defaults-test:v1.8.3-mas-x64
ok 29 app signed
# teardown
1..25
# tests 25
# pass 25
1..29
# tests 29
# pass 29

@@ -451,0 +459,0 @@ # ok

@@ -156,3 +156,3 @@ /**

if (opts.timestamp) {
args.push('--timestamp', opts.timestamp)
args.push('--timestamp=' + opts.timestamp)
}

@@ -159,0 +159,0 @@

{
"_comment": "File last updated: 2016-05-31 05:29:15 UTC",
"_comment": "File last updated: 2018-03-06 08:47 UTC",
"timeout": 60000,

@@ -19,4 +19,6 @@ "versions": [

"1.4.15",
"1.6.11"
"1.6.17",
"1.7.12",
"1.8.3"
]
}
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