New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

ahcnes

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ahcnes - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

{
"name": "ahcnes",
"version": "0.0.18",
"version": "0.0.19",
"scripts": {

@@ -5,0 +5,0 @@ "install": "node scripts/install.js",

@@ -176,7 +176,5 @@ /*

} else {
return reject();
return reject(`Command output does not match (looking for ${expectation})`);
}
}, function () {
reject();
});
}, reject);
});

@@ -183,0 +181,0 @@ }