Socket
Socket
Sign inDemoInstall

ripple-domain-verifier

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ripple-domain-verifier - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

lib/index.js

@@ -79,3 +79,3 @@ 'use strict';

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

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

{
"name": "ripple-domain-verifier",
"version": "0.1.4",
"version": "0.1.5",
"description": "two-way cryptographic link between ripple validator and domain",

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

@@ -7,3 +7,3 @@ import Verifier from './src'

verifier.verifyValidatorDomain('n9KwwpYCU3ctereLW9S48fKjK4rcsvYbHmjgiRXkgWReQR9nDjCw').then(domain => {
verifier.verifyValidatorDomain('n9LYyd8eUVd54NQQWPAJRFPM1bghJjaf1rkdji2haF4zVjeAPjT2').then(domain => {
console.log('verified domain:', domain)

@@ -10,0 +10,0 @@ }).catch(err => {

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