daplie-tools
Advanced tools
Comparing version 1.0.0-alpha.905 to 1.0.0-alpha.906
@@ -696,3 +696,3 @@ #!/usr/bin/env node | ||
console.log(""); | ||
console.log(" wallet:sources # show all funding sources"); | ||
console.log(" wallet:sources:list # show all funding sources"); | ||
console.log(" wallet:sources:add # add a new credit card"); | ||
@@ -706,3 +706,3 @@ console.log(" wallet:sources:remove # remove a credit card"); | ||
all['wallet:sources'] = function () { | ||
all['wallet:sources'] = all['wallet:sources:list'] = function () { | ||
var opts = mergeDefaults(program); | ||
@@ -709,0 +709,0 @@ |
{ | ||
"name": "daplie-tools", | ||
"version": "1.0.0-alpha.905", | ||
"version": "1.0.0-alpha.906", | ||
"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.905", | ||
"oauth3-cli": "git+https://github.com/OAuth3/oauth3-cli.git#v1.0.0-alpha.906", | ||
"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
27368
5