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

zfs

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zfs - npm Package Compare versions

Comparing version

to
1.0.2

4

lib/zfs.js

@@ -134,2 +134,6 @@ var cp = require('child_process');

if (cb && typeof cb === 'function') {
if (err) {
cb(err);
return;
}
var lines = compact(stdout.split('\n'));

@@ -136,0 +140,0 @@ var list = lines.map(function (x) { return new ZFS(x); });

2

package.json

@@ -13,3 +13,3 @@ {

"homepage": "http://nym.se/node-zfs/docs/",
"version": "1.0.1",
"version": "1.0.2",
"main": "lib/zfs.js",

@@ -16,0 +16,0 @@ "scripts": {