Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "npm-utils", | ||
"description": "Async NPM shell commands", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>", | ||
@@ -6,0 +6,0 @@ "bugs": { |
@@ -13,4 +13,4 @@ var la = require('lazy-ass'); | ||
.then(function () { | ||
// find the file | ||
return glob(folder + '/*.tgz') | ||
// find the generated file in the current folder | ||
return glob('./*.tgz') | ||
.then(function (filenames) { | ||
@@ -17,0 +17,0 @@ if (filenames.length === 1) { |
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
AI-detected potential security risk
Supply chain riskAI has determined that this package may contain potential security issues or vulnerabilities.
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
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
13775
0
4