daplie-tools
Advanced tools
Comparing version 1.0.0-alpha.906 to 1.0.0-alpha.907
@@ -844,8 +844,8 @@ #!/usr/bin/env node | ||
console.log("Possibly Unhandled Rejection at:"); | ||
console.log("Promise: ", p); | ||
console.log(p.stack); | ||
console.log("Reason: ", reason); | ||
console.log(reason.stack); | ||
console.log("Promise:"); | ||
console.error(p); | ||
console.log("Reason:"); | ||
console.error(reason); | ||
process.exit(1); | ||
// application specific logging here | ||
}); |
{ | ||
"name": "daplie-tools", | ||
"version": "1.0.0-alpha.906", | ||
"version": "1.0.0-alpha.907", | ||
"description": "Taking back the Internet", | ||
@@ -35,5 +35,5 @@ "main": "index.js", | ||
"commander": "^2.9.0", | ||
"oauth3-cli": "git+https://github.com/OAuth3/oauth3-cli.git#v1.0.0-alpha.906", | ||
"oauth3-cli": "git+https://github.com/OAuth3/oauth3-cli.git#v1.0.0-alpha.907", | ||
"request": "^2.69.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
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
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
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
27347