snyk-go-plugin
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -162,3 +162,5 @@ var fs = require('fs'); | ||
}).catch(function (error) { | ||
tempDirObj.removeCallback(); | ||
if (tempDirObj) { | ||
tempDirObj.removeCallback(); | ||
} | ||
if (typeof error === 'string') { | ||
@@ -165,0 +167,0 @@ var unresolvedOffset = error.indexOf('Unresolved packages:'); |
@@ -34,3 +34,3 @@ { | ||
}, | ||
"version": "1.6.0" | ||
"version": "1.6.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
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
36345
389