daplie-tools
Advanced tools
Comparing version 1.0.0-alpha.918 to 1.0.0-alpha.919
@@ -5,3 +5,21 @@ #!/usr/bin/env node | ||
var PromiseA = require('bluebird'); | ||
var oauth3 = require('oauth3-cli'); | ||
var Domains = require('daplie-domains').create({ | ||
A3: oauth3.A3 | ||
, Oauth3: oauth3 | ||
, PromiseA: PromiseA | ||
//, tldsCacheDir: '/tmp' | ||
}).Domains; | ||
require('daplie-dns').create({ | ||
A3: oauth3.A3 | ||
, Domains: Domains | ||
, Oauth3: oauth3 | ||
, PromiseA: PromiseA | ||
}); | ||
require('daplie-storage').create({ | ||
A3: oauth3.A3 | ||
, Oauth3: oauth3 | ||
, PromiseA: PromiseA | ||
}); | ||
var args = process.argv; | ||
@@ -8,0 +26,0 @@ var cmd = args.splice(2, 1)[0] || ''; |
{ | ||
"name": "daplie-tools", | ||
"version": "1.0.0-alpha.918", | ||
"version": "1.0.0-alpha.919", | ||
"description": "Taking back the Internet", | ||
@@ -35,5 +35,8 @@ "main": "index.js", | ||
"commander": "^2.9.0", | ||
"oauth3-cli": "git+https://github.com/OAuth3/oauth3-cli.git#v1.0.0-alpha.918", | ||
"daplie-dns": "git+https://github.com/Daplie/daplie-cli-dns.git#master", | ||
"daplie-domains": "git+https://github.com/Daplie/daplie-cli-domains.git#master", | ||
"daplie-storage": "git+https://github.com/Daplie/daplie-cli-storage.git#master", | ||
"oauth3-cli": "git+https://github.com/OAuth3/oauth3-cli.git#master", | ||
"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 4 instances 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
49774
1155
7
4
+ Addeddaplie-dns@git+https://github.com/Daplie/daplie-cli-dns.git#master
+ Addeddaplie-domains@git+https://github.com/Daplie/daplie-cli-domains.git#master
+ Addeddaplie-storage@git+https://github.com/Daplie/daplie-cli-storage.git#master
Updatedoauth3-cli@git+https://github.com/OAuth3/oauth3-cli.git#master