Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

daplie-tools

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daplie-tools - npm Package Compare versions

Comparing version 1.0.0-alpha.918 to 1.0.0-alpha.919

18

bin/daplie.js

@@ -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] || '';

7

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc