hackerone-client
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "hackerone-client", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A node.js client to interact with the Hackerone api", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -27,3 +27,3 @@ const request = require("request-promise-native"); | ||
const result = await request(options).catch(function (err) { | ||
console.log(err); | ||
throw new Error(err); | ||
}); | ||
@@ -69,3 +69,3 @@ | ||
}).catch(function (err) { | ||
console.log(err); | ||
throw new Error(err); | ||
}); | ||
@@ -72,0 +72,0 @@ } |
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
24980