Socket
Socket
Sign inDemoInstall

ripple-domain-verifier

Package Overview
Dependencies
39
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

2

lib/index.js

@@ -78,2 +78,4 @@ 'use strict';

reject(error);
} else if (!info.account_data.Domain) {
reject(new _errors.AccountDomainNotFound(account_id));
} else {

@@ -80,0 +82,0 @@ resolve(info.account_data.Domain);

2

package.json
{
"name": "ripple-domain-verifier",
"version": "0.1.3",
"version": "0.1.4",
"description": "two-way cryptographic link between ripple validator and domain",

@@ -5,0 +5,0 @@ "main": "lib/",

@@ -103,3 +103,2 @@ import ValidatorDomainVerifier from '../src'

} catch(error) {
console.log(error)
assert(error instanceof ValidationPublicKeyNotFound)

@@ -106,0 +105,0 @@ }

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc