🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

hdiutil

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hdiutil - npm Package Compare versions

Comparing version

to
0.0.2

2

index.js
var path = require('path'),
plist = require('plist'),
execFile = require('child_process').execFile,
authorize = require('./build/Release/hdiutil.node');
authorize = require('./build/Release/hdiutil.node').authorize;

@@ -6,0 +6,0 @@ function forAsync(iterator, begin, end, step) {

{
"name": "hdiutil",
"version": "0.0.1",
"version": "0.0.2",
"description": "OSX hdiutil api for Node.js",

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