grpc-test-cli
Advanced tools
Comparing version 1.6.5 to 1.6.6
{ | ||
"name": "grpc-test-cli", | ||
"version": "1.6.5", | ||
"version": "1.6.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -58,5 +58,7 @@ const fs = require('fs') | ||
} | ||
console.log(`${filename}`) | ||
const zip = new AdmZip(`./files/${filename}.zip`); | ||
const zip = new AdmZip(`../files/${filename}.zip`); | ||
const outputDir = `${outputPath}`; | ||
@@ -63,0 +65,0 @@ zip.extractEntryTo('grpcurl.exe', outputDir); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13247750