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

appdmg

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appdmg - npm Package Compare versions

Comparing version 0.6.4 to 0.6.5

2

lib/hdiutil.js

@@ -69,3 +69,3 @@ 'use strict'

attempts += 1
if (err && (err.exitCode === 16 || err.code === 16) && attempts <= 5) {
if (err && (err.exitCode === 16 || err.code === 16) && attempts <= 8) {
setTimeout(function () {

@@ -72,0 +72,0 @@ util.sh('hdiutil', args, attemptDetach)

{
"name": "appdmg",
"version": "0.6.4",
"version": "0.6.5",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "Linus Unnebäck <linus@folkdatorn.se>",

@@ -70,2 +70,3 @@ # node-appdmg

- `ULFO` - UDIF lzfse-compressed image (OS X 10.11+ only)
- `ULMO` - UDIF lzma-compressed image (macOS 10.15+ only)
- `contents` (array[object], required) - This is the contents of your DMG.

@@ -72,0 +73,0 @@ - `x` (number, required) - X position relative to icon center

@@ -65,2 +65,3 @@ {

"ULFO",
"ULMO",
"UDBZ"

@@ -67,0 +68,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